mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
use the setting instead of always trying to use per-game options
This commit is contained in:
parent
02f43ba0a1
commit
5ef592b59a
@ -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);
|
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)
|
if (opts == 0)
|
||||||
{
|
{
|
||||||
menu_entries_push(info->list,
|
menu_entries_push(info->list,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user