Skip to content

Commit

Permalink
Add localized strings back ; buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 22, 2023
1 parent 3c564b8 commit 9d90aff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions intl/msg_hash_lbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 8 additions & 0 deletions intl/msg_hash_us.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions msg_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d90aff

Please sign in to comment.