mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Partial match is never used and interferes with the fallback mechanism
This commit is contained in:
parent
89829d22b4
commit
0b2afde90b
@ -122,11 +122,6 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
|
||||
/* Check for name match */
|
||||
if (string_is_equal(ident, params->name))
|
||||
score += 2;
|
||||
else
|
||||
{
|
||||
if (strstr(params->name, ident))
|
||||
score += 1;
|
||||
}
|
||||
|
||||
return score;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user