mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Show history list when g_settings.history_list_enable is true
This commit is contained in:
parent
9d25947694
commit
307e636e86
@ -2816,7 +2816,7 @@ static bool setting_data_append_list_main_menu_options(
|
||||
group_info.name,
|
||||
subgroup_info.name);
|
||||
#endif
|
||||
if (g_defaults.history)
|
||||
if (g_settings.history_list_enable)
|
||||
{
|
||||
CONFIG_ACTION(
|
||||
"history_list",
|
||||
|
Loading…
x
Reference in New Issue
Block a user