mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Partial match is never used and interferes with the fallback mechanism
This commit is contained in:
parent
89829d22b4
commit
0b2afde90b
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue