From 9ada3c8e6f4c0915d4db2a14f7c7634cb6fc7177 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 28 Jan 2021 23:50:39 +1000 Subject: [PATCH] Settings: Rename 'Display All Frames' to 'Optimal Frame Pacing' --- android/app/src/main/res/values/strings.xml | 2 +- src/duckstation-qt/displaysettingswidget.cpp | 2 +- src/duckstation-qt/displaysettingswidget.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 9a0f007f7..932542470 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -200,6 +200,6 @@ Change the list of directories used to search for games. Scanning subdirectories. Not scanning subdirectories. - Display All Frames + Optimal Frame Pacing Enable this option will ensure every frame the console renders is displayed to the screen, for optimal frame pacing. If you are having difficulties maintaining full speed, or are getting audio glitches, try disabling this option. diff --git a/src/duckstation-qt/displaysettingswidget.cpp b/src/duckstation-qt/displaysettingswidget.cpp index c3d24c1fd..9cbde6a1b 100644 --- a/src/duckstation-qt/displaysettingswidget.cpp +++ b/src/duckstation-qt/displaysettingswidget.cpp @@ -98,7 +98,7 @@ DisplaySettingsWidget::DisplaySettingsWidget(QtHostInterface* host_interface, QW m_ui.vsync, tr("VSync"), tr("Checked"), tr("Enable this option to match DuckStation's refresh rate with your current monitor or screen. " "VSync is automatically disabled when it is not possible (e.g. running at non-100% speed).")); - dialog->registerWidgetHelp(m_ui.displayAllFrames, tr("Display All Frames"), tr("Unchecked"), + dialog->registerWidgetHelp(m_ui.displayAllFrames, tr("Optimal Frame Pacing"), tr("Unchecked"), tr("Enable this option will ensure every frame the console renders is displayed to the " "screen, for optimal frame pacing. If you are having difficulties maintaining full " "speed, or are getting audio glitches, try disabling this option.")); diff --git a/src/duckstation-qt/displaysettingswidget.ui b/src/duckstation-qt/displaysettingswidget.ui index 196dd8a14..a5b970857 100644 --- a/src/duckstation-qt/displaysettingswidget.ui +++ b/src/duckstation-qt/displaysettingswidget.ui @@ -88,7 +88,7 @@ - Display All Frames + Optimal Frame Pacing