mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
Another build fix
This commit is contained in:
parent
82913126ef
commit
507379406d
@ -2770,8 +2770,8 @@ static int menu_displaylist_parse_load_content_settings(
|
|||||||
#ifdef HAVE_LAKKA
|
#ifdef HAVE_LAKKA
|
||||||
bool show_advanced_settings = settings->bools.menu_show_advanced_settings;
|
bool show_advanced_settings = settings->bools.menu_show_advanced_settings;
|
||||||
#endif
|
#endif
|
||||||
#if 0
|
|
||||||
rarch_system_info_t *system = runloop_get_system_info();
|
rarch_system_info_t *system = runloop_get_system_info();
|
||||||
|
#if 0
|
||||||
const struct retro_subsystem_info* subsystem = system ? system->subsystem.data : NULL;
|
const struct retro_subsystem_info* subsystem = system ? system->subsystem.data : NULL;
|
||||||
|
|
||||||
if (subsystem)
|
if (subsystem)
|
||||||
@ -2876,7 +2876,7 @@ static int menu_displaylist_parse_load_content_settings(
|
|||||||
MENU_ENUM_LABEL_CORE_CHEAT_OPTIONS,
|
MENU_ENUM_LABEL_CORE_CHEAT_OPTIONS,
|
||||||
MENU_SETTING_ACTION, 0, 0);
|
MENU_SETTING_ACTION, 0, 0);
|
||||||
if ( (!rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))
|
if ( (!rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))
|
||||||
&& system && system->disk_control_cb.get_num_images)
|
&& system->disk_control_cb.get_num_images)
|
||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DISK_OPTIONS),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DISK_OPTIONS),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_DISK_OPTIONS),
|
msg_hash_to_str(MENU_ENUM_LABEL_DISK_OPTIONS),
|
||||||
|
Loading…
Reference in New Issue
Block a user