mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Stub out Core Manager for now
This commit is contained in:
parent
db81a99b54
commit
a6615036da
@ -3343,11 +3343,13 @@ static bool setting_data_append_list_main_menu_options(
|
||||
settings_data_list_current_add_flags(list, list_info, SD_FLAG_BROWSER_ACTION);
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
CONFIG_ACTION(
|
||||
"core_manager_list",
|
||||
"Core Manager",
|
||||
group_info.name,
|
||||
subgroup_info.name);
|
||||
#endif
|
||||
|
||||
if (g_settings.history_list_enable)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user