mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Simplify this
This commit is contained in:
parent
c856a36a58
commit
063343e538
@ -310,8 +310,7 @@ static bool input_autoconfigure_joypad_from_conf_internal(
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!params->autoconfig_directory ||
|
||||
string_is_empty(params->autoconfig_directory))
|
||||
if (string_is_empty(params->autoconfig_directory))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user