From 0c8cf0a4d7b57e91ee192a0ac3c645a44ff03c79 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 15 Jun 2025 13:23:36 +1000 Subject: [PATCH] Qt: Fix incorrect help text --- src/duckstation-qt/consolesettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/consolesettingswidget.cpp b/src/duckstation-qt/consolesettingswidget.cpp index ce84eada6..5c8cfc525 100644 --- a/src/duckstation-qt/consolesettingswidget.cpp +++ b/src/duckstation-qt/consolesettingswidget.cpp @@ -86,7 +86,7 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(SettingsWindow* dialog, QWidget* pa dialog->registerWidgetHelp(m_ui.region, tr("Region"), tr("Auto-Detect"), tr("Determines the emulated hardware type.")); dialog->registerWidgetHelp( - m_ui.forceVideoTiming, tr("Force Video Timing"), tr("Disabled"), + m_ui.forceVideoTiming, tr("Frame Rate"), tr("Auto-Detect"), tr("Utilizes the chosen frame timing regardless of the active region. This feature can be used to force PAL games " "to run at 60Hz and NTSC games to run at 50Hz. For most games which have a speed tied to the framerate, this " "will result in the game running approximately 17% faster or slower. For variable frame rate games, it may not "