mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Fix dualshock 3 detection bug
This commit is contained in:
parent
91ebcc0680
commit
6659c6af3a
@ -124,8 +124,7 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
|
|||||||
score += 2;
|
score += 2;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( !string_is_empty(ident)
|
if (strstr(params->name, ident))
|
||||||
&& string_is_equal(params->name, ident))
|
|
||||||
score += 1;
|
score += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user