mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-09 21:22:36 +00:00
Do file scan for MENU_FILE_CARCHIVE too
This commit is contained in:
parent
fdb8ce5de6
commit
78d6ff31a9
@ -66,6 +66,7 @@ static int menu_entries_cbs_init_bind_scan_compare_type(menu_file_list_cbs_t *cb
|
||||
case MENU_FILE_DIRECTORY:
|
||||
cbs->action_scan = action_scan_directory;
|
||||
break;
|
||||
case MENU_FILE_CARCHIVE:
|
||||
case MENU_FILE_PLAIN:
|
||||
cbs->action_scan = action_scan_file;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user