mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #7104 from Tatsuya79/patch-3
rename vrr runloop option
This commit is contained in:
commit
94ec9233f6
@ -1256,10 +1256,12 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
break;
|
||||
case MENU_ENUM_LABEL_VRR_RUNLOOP_ENABLE:
|
||||
snprintf(s, len,
|
||||
"VRR Runloop Mode.\n"
|
||||
"Sync to Exact Content Framerate.\n"
|
||||
" \n"
|
||||
"This option will force x1 speed \n"
|
||||
"to ensure smooth scrolling.");
|
||||
"This option is the equivalent of forcing x1 speed\n"
|
||||
"while still allowing fast forward.\n"
|
||||
"No deviation from the core requested refresh rate,\n"
|
||||
"no sound Dynamic Rate Control).");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_VIDEO_MONITOR_INDEX:
|
||||
snprintf(s, len,
|
||||
|
@ -690,7 +690,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_FPS_SHOW,
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE,
|
||||
"Limit Maximum Run Speed")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VRR_RUNLOOP_ENABLE,
|
||||
"VRR Runloop (G-Sync, FreeSync Mode)")
|
||||
"Sync to Exact Content Framerate (G-Sync, FreeSync)")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_SETTINGS,
|
||||
"Frame Throttle")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_FRONTEND_COUNTERS,
|
||||
@ -3295,7 +3295,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_DISK_IMAGE_APPEND,
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_MENU_ENUM_THROTTLE_FRAMERATE,
|
||||
"Makes sure the framerate is capped while inside the menu.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_VRR_RUNLOOP_ENABLE,
|
||||
"Force core requested timing for variable refresh rate screens.")
|
||||
"No deviation from core requested timing. Use for Variable Refresh Rate screens, G-Sync, FreeSync.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_XMB_LAYOUT,
|
||||
"Select a different layout for the XMB interface.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_XMB_THEME,
|
||||
|
Loading…
x
Reference in New Issue
Block a user