mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Cleanup
This commit is contained in:
parent
02cc57e5b3
commit
f61b9e1747
@ -243,7 +243,7 @@ static bool input_autoconfigure_joypad_from_conf_dir(
|
||||
{
|
||||
if (list)
|
||||
string_list_free(list);
|
||||
if (params && !string_is_empty(params->autoconfig_directory))
|
||||
if (!string_is_empty(params->autoconfig_directory))
|
||||
list = dir_list_new_special(params->autoconfig_directory,
|
||||
DIR_LIST_AUTOCONFIG, "cfg");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user