From 5d16c519639c4392cea38a846f5a71404c9da1fa Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 2 Mar 2025 05:41:14 -0600 Subject: [PATCH] DolphinQt: Don't recommend v-sync for optimal frame pacing in tool-tip. --- Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp index da32111155..8447ef53a3 100644 --- a/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp @@ -202,12 +202,10 @@ void HacksWidget::AddDescriptions() "expect all XFB copies to be displayed. However, turning this setting on reduces " "latency.

If unsure, leave this unchecked."); static const char TR_SKIP_DUPLICATE_XFBS_DESCRIPTION[] = QT_TR_NOOP( - "Skips presentation of duplicate frames (XFB copies) in 25fps/30fps games. This may improve " - "performance on low-end devices, while making frame pacing less consistent.

Disable this " - "option as well as enabling V-Sync for optimal frame pacing.

If " - "unsure, leave this " - "checked."); + "Skips presentation of duplicate frames (XFB copies) in 25fps/30fps games. " + "This may improve performance on low-end devices, while making frame pacing less consistent." + "

Disable this option for optimal frame pacing." + "

If unsure, leave this checked."); static const char TR_GPU_DECODING_DESCRIPTION[] = QT_TR_NOOP( "Enables texture decoding using the GPU instead of the CPU.

This may result in " "performance gains in some scenarios, or on systems where the CPU is the "