mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Add localized strings back ; buildfix
This commit is contained in:
parent
3c564b8284
commit
9d90aff7ba
@ -1285,6 +1285,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_DEFERRED_MENU_SETTINGS_LIST,
|
||||
"deferred_menu_settings_list"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_APPICON_SETTINGS,
|
||||
"appicon_settings"
|
||||
)
|
||||
#ifdef _3DS
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_DEFERRED_MENU_BOTTOM_SETTINGS_LIST,
|
||||
|
@ -5598,6 +5598,14 @@ MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_MENU_SETTINGS,
|
||||
"Change menu screen appearance settings."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_APPICON_SETTINGS,
|
||||
"App Icon"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_APPICON_SETTINGS,
|
||||
"Change App Icon."
|
||||
)
|
||||
#ifdef _3DS
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MENU_BOTTOM_SETTINGS,
|
||||
|
@ -1751,6 +1751,7 @@ enum msg_hash_enums
|
||||
MENU_LABEL(QUICK_MENU_VIEWS_SETTINGS),
|
||||
MENU_LABEL(SETTINGS_VIEWS_SETTINGS),
|
||||
MENU_LABEL(MENU_SETTINGS),
|
||||
MENU_LABEL(APPICON_SETTINGS),
|
||||
#ifdef _3DS
|
||||
MENU_LABEL(MENU_BOTTOM_SETTINGS),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user