You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Prevent menu right analog stick input. Right analog stick cycles thumbnails in playlists."
3754
+
)
3739
3755
3740
3756
/* Settings > Input > Hotkeys */
3741
3757
@@ -6128,6 +6144,14 @@ MSG_HASH(
6128
6144
6129
6145
/* Settings > User Interface */
6130
6146
6147
+
MSG_HASH(
6148
+
MENU_ENUM_LABEL_VALUE_MENU_SETTINGS,
6149
+
"Appearance"
6150
+
)
6151
+
MSG_HASH(
6152
+
MENU_ENUM_SUBLABEL_MENU_SETTINGS,
6153
+
"Change menu screen appearance settings."
6154
+
)
6131
6155
MSG_HASH(
6132
6156
MENU_ENUM_LABEL_VALUE_MENU_VIEWS_SETTINGS,
6133
6157
"Menu Item Visibility"
@@ -6137,31 +6161,53 @@ MSG_HASH(
6137
6161
"Toggle the visibility of menu items in RetroArch."
6138
6162
)
6139
6163
MSG_HASH(
6140
-
MENU_ENUM_LABEL_VALUE_MENU_SETTINGS,
6141
-
"Appearance"
6164
+
MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO,
6165
+
"Pause Content When Menu Is Active"
6142
6166
)
6143
6167
MSG_HASH(
6144
-
MENU_ENUM_SUBLABEL_MENU_SETTINGS,
6145
-
"Change menu screen appearance settings."
6168
+
MENU_ENUM_SUBLABEL_PAUSE_LIBRETRO,
6169
+
"Pause the content if the menu is active."
6146
6170
)
6147
6171
MSG_HASH(
6148
-
MENU_ENUM_LABEL_VALUE_APPICON_SETTINGS,
6149
-
"App Icon"
6172
+
MENU_ENUM_LABEL_VALUE_PAUSE_NONACTIVE,
6173
+
"Pause Content When Not Active"
6150
6174
)
6151
6175
MSG_HASH(
6152
-
MENU_ENUM_SUBLABEL_APPICON_SETTINGS,
6153
-
"Change App Icon."
6176
+
MENU_ENUM_SUBLABEL_PAUSE_NONACTIVE,
6177
+
"Pause content when RetroArch is not the active window."
6154
6178
)
6155
-
#ifdef_3DS
6156
6179
MSG_HASH(
6157
-
MENU_ENUM_LABEL_VALUE_MENU_BOTTOM_SETTINGS,
6158
-
"3DS Bottom Screen Appearance"
6180
+
MENU_ENUM_LABEL_VALUE_QUIT_ON_CLOSE_CONTENT,
6181
+
"Quit on Close Content"
6159
6182
)
6160
6183
MSG_HASH(
6161
-
MENU_ENUM_SUBLABEL_MENU_BOTTOM_SETTINGS,
6162
-
"Change bottom screen appearance settings."
6184
+
MENU_ENUM_SUBLABEL_QUIT_ON_CLOSE_CONTENT,
6185
+
"Automatically quit RetroArch when closing content. 'CLI' quits only when content is launched via command line."
6186
+
)
6187
+
MSG_HASH(
6188
+
MENU_ENUM_LABEL_VALUE_MENU_SAVESTATE_RESUME,
6189
+
"Resume Content After Using Save States"
6190
+
)
6191
+
MSG_HASH(
6192
+
MENU_ENUM_SUBLABEL_MENU_SAVESTATE_RESUME,
6193
+
"Automatically close the menu and resume content after saving or loading a state. Disabling this can improve save state performance on very slow devices."
6194
+
)
6195
+
MSG_HASH(
6196
+
MENU_ENUM_LABEL_VALUE_MENU_INSERT_DISK_RESUME,
6197
+
"Resume Content After Changing Discs"
6198
+
)
6199
+
MSG_HASH(
6200
+
MENU_ENUM_SUBLABEL_MENU_INSERT_DISK_RESUME,
6201
+
"Automatically close the menu and resume content after inserting or loading a new disc."
6202
+
)
6203
+
MSG_HASH(
6204
+
MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND,
6205
+
"Navigation Wrap-Around"
6206
+
)
6207
+
MSG_HASH(
6208
+
MENU_ENUM_SUBLABEL_NAVIGATION_WRAPAROUND,
6209
+
"Wrap-around to beginning and/or end if boundary of list is reached horizontally or vertically."
6163
6210
)
6164
-
#endif
6165
6211
MSG_HASH(
6166
6212
MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS,
6167
6213
"Show Advanced Settings"
@@ -6187,44 +6233,28 @@ MSG_HASH(
6187
6233
"Supplying a password when enabling kiosk mode makes it possible to later disable it from the menu, by going to the Main Menu, selecting Disable Kiosk Mode and entering the password."
6188
6234
)
6189
6235
MSG_HASH(
6190
-
MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND,
6191
-
"Navigation Wrap-Around"
6192
-
)
6193
-
MSG_HASH(
6194
-
MENU_ENUM_SUBLABEL_NAVIGATION_WRAPAROUND,
6195
-
"Wrap-around to beginning and/or end if boundary of list is reached horizontally or vertically."
6196
-
)
6197
-
MSG_HASH(
6198
-
MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO,
6199
-
"Pause Content When Menu Is Active"
6200
-
)
6201
-
MSG_HASH(
6202
-
MENU_ENUM_SUBLABEL_PAUSE_LIBRETRO,
6203
-
"Pause the content if the menu is active."
6204
-
)
6205
-
MSG_HASH(
6206
-
MENU_ENUM_LABEL_VALUE_MENU_SAVESTATE_RESUME,
6207
-
"Resume Content After Using Save States"
6236
+
MENU_ENUM_LABEL_VALUE_MOUSE_ENABLE,
6237
+
"Mouse Support"
6208
6238
)
6209
6239
MSG_HASH(
6210
-
MENU_ENUM_SUBLABEL_MENU_SAVESTATE_RESUME,
6211
-
"Automatically close the menu and resume content after saving or loading a state. Disabling this can improve save state performance on very slow devices."
6240
+
MENU_ENUM_SUBLABEL_MOUSE_ENABLE,
6241
+
"Allow the menu to be controlled with a mouse."
6212
6242
)
6213
6243
MSG_HASH(
6214
-
MENU_ENUM_LABEL_VALUE_MENU_INSERT_DISK_RESUME,
6215
-
"Resume Content After Changing Discs"
6244
+
MENU_ENUM_LABEL_VALUE_POINTER_ENABLE,
6245
+
"Touch Support"
6216
6246
)
6217
6247
MSG_HASH(
6218
-
MENU_ENUM_SUBLABEL_MENU_INSERT_DISK_RESUME,
6219
-
"Automatically close the menu and resume content after inserting or loading a new disc."
6248
+
MENU_ENUM_SUBLABEL_POINTER_ENABLE,
6249
+
"Allow the menu to be controlled with a touchscreen."
0 commit comments