mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
Attempt to fix configuratons list regression
This commit is contained in:
parent
3914bb7611
commit
062075dfb5
@ -206,8 +206,8 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||
case ACTION_OK_DL_CONFIGURATIONS_LIST:
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
if (path)
|
||||
info_path = path;
|
||||
if (settings->menu_config_directory)
|
||||
info_path = settings->menu_config_directory;
|
||||
else
|
||||
info_path = label;
|
||||
info_label = label;
|
||||
|
Loading…
Reference in New Issue
Block a user