mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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 */
|
/* Check for name match */
|
||||||
if (string_is_equal(ident, params->name))
|
if (string_is_equal(ident, params->name))
|
||||||
score += 2;
|
score += 2;
|
||||||
else
|
|
||||||
{
|
|
||||||
if (strstr(params->name, ident))
|
|
||||||
score += 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
return score;
|
return score;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user