mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Cleanups
This commit is contained in:
parent
09c3bd8d9c
commit
3001b0180a
@ -311,10 +311,10 @@ static int generic_action_ok_displaylist_push(const char *path,
|
||||
info_label = menu_hash_to_str(MENU_LABEL_DEFERRED_CORE_LIST);
|
||||
break;
|
||||
case ACTION_OK_DL_DEFERRED_CORE_LIST_SET:
|
||||
info.directory_ptr = idx;
|
||||
info.directory_ptr = idx;
|
||||
rdb_entry_start_game_selection_ptr = idx;
|
||||
info_path = settings->libretro_directory;
|
||||
info_label = menu_hash_to_str(MENU_LABEL_DEFERRED_CORE_LIST_SET);
|
||||
info_path = settings->libretro_directory;
|
||||
info_label = menu_hash_to_str(MENU_LABEL_DEFERRED_CORE_LIST_SET);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user