use the setting instead of always trying to use per-game options

This commit is contained in:
radius 2015-11-15 12:33:34 -05:00
parent 02f43ba0a1
commit 5ef592b59a

View File

@ -3000,6 +3000,12 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
{
size_t opts = core_option_size(system->core_options);
if (settings->game_specific_options)
{
menu_entries_push(info->list,
menu_hash_to_str(MENU_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE), "",
MENU_SETTINGS_CORE_OPTION_NONE, 0, 0);
}
if (opts == 0)
{
menu_entries_push(info->list,