mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Set default values for some settings
This commit is contained in:
parent
039daf3374
commit
b19d83c1e4
@ -12734,7 +12734,7 @@ static bool setting_append_list(
|
|||||||
&settings->bools.automatically_add_content_to_playlist,
|
&settings->bools.automatically_add_content_to_playlist,
|
||||||
MENU_ENUM_LABEL_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
|
MENU_ENUM_LABEL_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
|
||||||
MENU_ENUM_LABEL_VALUE_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
|
MENU_ENUM_LABEL_VALUE_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
|
||||||
true,
|
DEFAULT_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST,
|
||||||
MENU_ENUM_LABEL_VALUE_OFF,
|
MENU_ENUM_LABEL_VALUE_OFF,
|
||||||
MENU_ENUM_LABEL_VALUE_ON,
|
MENU_ENUM_LABEL_VALUE_ON,
|
||||||
&group_info,
|
&group_info,
|
||||||
@ -13395,7 +13395,7 @@ static bool setting_append_list(
|
|||||||
&settings->bools.history_list_enable,
|
&settings->bools.history_list_enable,
|
||||||
MENU_ENUM_LABEL_HISTORY_LIST_ENABLE,
|
MENU_ENUM_LABEL_HISTORY_LIST_ENABLE,
|
||||||
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE,
|
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE,
|
||||||
true,
|
DEFAULT_HISTORY_LIST_ENABLE,
|
||||||
MENU_ENUM_LABEL_VALUE_OFF,
|
MENU_ENUM_LABEL_VALUE_OFF,
|
||||||
MENU_ENUM_LABEL_VALUE_ON,
|
MENU_ENUM_LABEL_VALUE_ON,
|
||||||
&group_info,
|
&group_info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user