mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Cleanup
This commit is contained in:
parent
82bea3ba9f
commit
24a689c274
@ -114,8 +114,8 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
|
|||||||
score += 2;
|
score += 2;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (!string_is_empty(ident)
|
if ( !string_is_empty(ident)
|
||||||
&& string_is_equal(params->name, ident))
|
&& string_is_equal(params->name, ident))
|
||||||
score += 1;
|
score += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user