File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3802,15 +3802,15 @@ MSG_HASH(
38023802 )
38033803MSG_HASH (
38043804 MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_OK_CANCEL ,
3805- "Menu Swap OK and Cancel Buttons"
3805+ "Swap OK and Cancel Buttons"
38063806 )
38073807MSG_HASH (
38083808 MENU_ENUM_SUBLABEL_MENU_INPUT_SWAP_OK_CANCEL ,
38093809 "Swap buttons for OK/Cancel. Disabled is the Japanese button orientation, enabled is the western orientation."
38103810 )
38113811MSG_HASH (
38123812 MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_SCROLL ,
3813- "Menu Swap Scroll Buttons"
3813+ "Swap Scroll Buttons"
38143814 )
38153815MSG_HASH (
38163816 MENU_ENUM_SUBLABEL_MENU_INPUT_SWAP_SCROLL ,
@@ -3842,15 +3842,15 @@ MSG_HASH(
38423842 )
38433843MSG_HASH (
38443844 MENU_ENUM_LABEL_VALUE_MENU_SCROLL_FAST ,
3845- "Menu Scroll Acceleration"
3845+ "Scroll Acceleration"
38463846 )
38473847MSG_HASH (
38483848 MENU_ENUM_SUBLABEL_MENU_SCROLL_FAST ,
38493849 "Maximum speed of the cursor when holding a direction to scroll."
38503850 )
38513851MSG_HASH (
38523852 MENU_ENUM_LABEL_VALUE_MENU_SCROLL_DELAY ,
3853- "Menu Scroll Delay"
3853+ "Scroll Delay"
38543854 )
38553855MSG_HASH (
38563856 MENU_ENUM_SUBLABEL_MENU_SCROLL_DELAY ,
Original file line number Diff line number Diff line change @@ -8340,9 +8340,9 @@ unsigned menu_displaylist_build_list(
83408340 menu_displaylist_build_info_selective_t build_list[] = {
83418341 {MENU_ENUM_LABEL_MOUSE_ENABLE, PARSE_ONLY_BOOL, true},
83428342 {MENU_ENUM_LABEL_POINTER_ENABLE, PARSE_ONLY_BOOL, true},
8343- {MENU_ENUM_LABEL_INPUT_UNIFIED_MENU_CONTROLS, PARSE_ONLY_BOOL, true},
83448343 {MENU_ENUM_LABEL_MENU_INPUT_SWAP_OK_CANCEL, PARSE_ONLY_BOOL, true},
83458344 {MENU_ENUM_LABEL_MENU_INPUT_SWAP_SCROLL, PARSE_ONLY_BOOL, true},
8345+ {MENU_ENUM_LABEL_INPUT_UNIFIED_MENU_CONTROLS, PARSE_ONLY_BOOL, true},
83468346 {MENU_ENUM_LABEL_INPUT_ALL_USERS_CONTROL_MENU, PARSE_ONLY_BOOL, true},
83478347 {MENU_ENUM_LABEL_MENU_SINGLECLICK_PLAYLISTS, PARSE_ONLY_BOOL, true},
83488348 {MENU_ENUM_LABEL_MENU_ALLOW_TABS_BACK, PARSE_ONLY_BOOL, true},
You can’t perform that action at this time.
0 commit comments