mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix conditional
This commit is contained in:
parent
b35a905139
commit
33291389f2
@ -207,7 +207,7 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||
case ACTION_OK_DL_CONFIGURATIONS_LIST:
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
if (settings->menu_config_directory)
|
||||
if (settings->menu_config_directory[0] != '\0')
|
||||
info_path = settings->menu_config_directory;
|
||||
else
|
||||
info_path = label;
|
||||
|
Loading…
x
Reference in New Issue
Block a user