mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-30 08:02:22 +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;
|
||||
else
|
||||
{
|
||||
if ( !string_is_empty(ident)
|
||||
&& string_is_equal(params->name, ident))
|
||||
if (strstr(params->name, ident))
|
||||
score += 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user