mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Fix record config loading
This commit is contained in:
parent
ecadf864c5
commit
0d3593f794
@ -6464,6 +6464,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
strlcpy(info->exts, "cfg", sizeof(info->exts));
|
strlcpy(info->exts, "cfg", sizeof(info->exts));
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_RECORD_CONFIG_FILES:
|
case DISPLAYLIST_RECORD_CONFIG_FILES:
|
||||||
|
load_content = false;
|
||||||
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
|
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
|
||||||
filebrowser_clear_type();
|
filebrowser_clear_type();
|
||||||
info->type_default = FILE_TYPE_RECORD_CONFIG;
|
info->type_default = FILE_TYPE_RECORD_CONFIG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user