mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
revert 6e969d0
, but need to investigate if the original change to string_is_equal is valid
This commit is contained in:
parent
6e969d0bc6
commit
91ebcc0680
@ -124,8 +124,8 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
|
||||
score += 2;
|
||||
else
|
||||
{
|
||||
if ( !string_is_empty(ident)
|
||||
&& !string_is_equal(params->name, ident))
|
||||
if ( !string_is_empty(ident)
|
||||
&& string_is_equal(params->name, ident))
|
||||
score += 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user