mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
02cc57e5b3
commit
f61b9e1747
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ static bool input_autoconfigure_joypad_from_conf_dir(
|
||||||
{
|
{
|
||||||
if (list)
|
if (list)
|
||||||
string_list_free(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,
|
list = dir_list_new_special(params->autoconfig_directory,
|
||||||
DIR_LIST_AUTOCONFIG, "cfg");
|
DIR_LIST_AUTOCONFIG, "cfg");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue