Should now be able to enter Core Disk Options

This commit is contained in:
twinaphex 2015-03-22 22:29:32 +01:00
parent c63979011e
commit 77db458ce5

View File

@ -1250,7 +1250,7 @@ static int deferred_push_options(void *data, void *userdata,
menu_list_push(list, "Core Cheat Options", "core_cheat_options",
MENU_SETTING_ACTION, 0);
if (!global->libretro_dummy && global->system.disk_control.get_num_images)
menu_list_push(list, "Core Disk Options", "core_disk_options",
menu_list_push(list, "Core Disk Options", "disk_options",
MENU_SETTING_ACTION, 0);
}
menu_list_push(list, "Video Options", "video_options",