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
Copy file name to clipboardExpand all lines: intl/msg_hash_en.h
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ MSG_HASH(
29
29
MENU_ENUM_SUBLABEL_NETPLAY,
30
30
"Join or host a net-play session."
31
31
)
32
+
MSG_HASH(
33
+
MENU_ENUM_LABEL_HELP_QUIT_RETROARCH,
34
+
"Quit RetroArch. Killing the program in any hard way (SIGKILL, etc.) will terminate RetroArch without saving the configuration in any case. On Unix-likes, SIGINT/SIGTERM allows a clean deinitialisation which includes configuration save if enabled."
35
+
)
32
36
33
37
/* Main Menu > Load Core */
34
38
@@ -170,6 +174,18 @@ MSG_HASH(
170
174
MENU_ENUM_LABEL_HELP_SUSPEND_SCREENSAVER_ENABLE,
171
175
"Suspends the screensaver. Is a hint that does not necessarily have to be honoured by the video driver."
172
176
)
177
+
MSG_HASH(
178
+
MENU_ENUM_SUBLABEL_VIDEO_BLACK_FRAME_INSERTION,
179
+
"Insert black frame(s) between frames. Can greatly reduce motion blur by emulating CRT scan out, but at cost of brightness. Do not combine with Swap Interval > 1 (Auto is OK), Frame Delay, or Sync to Exact Content Framerate."
180
+
)
181
+
MSG_HASH(
182
+
MENU_ENUM_LABEL_HELP_VIDEO_BLACK_FRAME_INSERTION,
183
+
"Inserts black frame(s) in between frames for enhanced motion clarity. Only use option designated for your current display refresh rate. Not for use at refresh rates that are non-multiples of 60Hz such as 144Hz, 165Hz, etc. Do not combine with Swap Interval > 1 (Auto is OK), Frame Delay, or Sync to Exact Content Framerate. Leaving system VRR on is OK, just not that setting. If you notice -any- temporary image retention, you should disable at 120hz, and for higher hz adjust the dark frames setting[...]"
184
+
)
185
+
MSG_HASH(
186
+
MENU_ENUM_LABEL_HELP_VIDEO_BFI_DARK_FRAMES,
187
+
"Adjusts the number of frames displayed in the BFI sequence that are black. More black frames increases motion clarity but reduces brightness. Not applicable at 120hz as there is only one total extra 60hz frame, so it must be black otherwise BFI would not be active at all."
188
+
)
173
189
#if defined(DINGUX)
174
190
MSG_HASH(
175
191
MENU_ENUM_SUBLABEL_VIDEO_DINGUX_IPU_FILTER_TYPE,
@@ -519,6 +535,10 @@ MSG_HASH(
519
535
MENU_ENUM_SUBLABEL_INPUT_TURBO_MODE,
520
536
"Select the general behaviour of turbo mode."
521
537
)
538
+
MSG_HASH(
539
+
MENU_ENUM_SUBLABEL_INPUT_ALLOW_TURBO_DPAD,
540
+
"If enabled, digital directional inputs (also known as D-Pad or 'hatswitch') can be turbo."
541
+
)
522
542
MSG_HASH(
523
543
MENU_ENUM_LABEL_HELP_INPUT_RETROPAD_BINDS,
524
544
"Libretro uses a virtual gamepad abstraction known as the 'RetroPad' to communicate from frontends (like RetroArch) to cores and vice versa. This menu determines how the virtual RetroPad is mapped to the physical input devices and which virtual input ports these devices occupy.\nIf a physical input device is recognised and autoconfigured correctly, users probably do not need to use this menu at all, and for core-specific input changes, should use the Quick Menu's 'Controls' submenu instead."
@@ -1011,6 +1031,10 @@ MSG_HASH(
1011
1031
1012
1032
/* Settings > User Interface > Appearance */
1013
1033
1034
+
MSG_HASH(
1035
+
MENU_ENUM_SUBLABEL_MENU_WALLPAPER,
1036
+
"Select an image to set as menu background. Manual and dynamic images will override 'Colour Theme'."
0 commit comments