revert 6e969d0, but need to investigate if the original change to string_is_equal is valid

This commit is contained in:
Brad Parker 2017-02-13 15:37:34 -05:00
parent 6e969d0bc6
commit 91ebcc0680

View File

@ -124,8 +124,8 @@ 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 ( !string_is_empty(ident)
&& string_is_equal(params->name, ident))
score += 1;
}