Skip to content

Commit 21e22e0

Browse files
libretroadminLibretroAdmin
authored andcommitted
intl: add canonical label rows for the HDR toggle settings
The tokens dispatch by enum, so no label strings ever existed; the canonical names follow the configuration keys so the config rows can be consolidated by the single-source grammar.
1 parent 1164bb0 commit 21e22e0

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

intl/msg_hash_lbl.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5210,4 +5210,12 @@ MSG_HASH(
52105210
MENU_ENUM_LABEL_SMB_CLIENT_BROWSE,
52115211
MENU_ENUM_LABEL_SMB_CLIENT_BROWSE_STR
52125212
)
5213+
MSG_HASH(
5214+
MENU_ENUM_LABEL_VIDEO_HDR_SCANLINES,
5215+
MENU_ENUM_LABEL_VIDEO_HDR_SCANLINES_STR
5216+
)
5217+
MSG_HASH(
5218+
MENU_ENUM_LABEL_VIDEO_HDR_SUBPIXEL_LAYOUT,
5219+
MENU_ENUM_LABEL_VIDEO_HDR_SUBPIXEL_LAYOUT_STR
5220+
)
52135221
#endif

msg_hash_lbl_str.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,3 +1312,5 @@
13121312
#define MENU_ENUM_LABEL_SMB_CLIENT_BROWSE_STR "smb_client_browse"
13131313

13141314
#endif /* MSG_HASH_LBL_STR_H__ */
1315+
#define MENU_ENUM_LABEL_VIDEO_HDR_SCANLINES_STR "video_hdr_scanlines"
1316+
#define MENU_ENUM_LABEL_VIDEO_HDR_SUBPIXEL_LAYOUT_STR "video_hdr_subpixel_layout"

0 commit comments

Comments
 (0)