mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
Settings: Rename 'Display All Frames' to 'Optimal Frame Pacing'
This commit is contained in:
parent
4bb3fb48f9
commit
9ada3c8e6f
|
@ -200,6 +200,6 @@
|
|||
<string name="settings_summary_game_directories">Change the list of directories used to search for games.</string>
|
||||
<string name="game_directories_scanning_subdirectories">Scanning subdirectories.</string>
|
||||
<string name="game_directories_not_scanning_subdirectories">Not scanning subdirectories.</string>
|
||||
<string name="settings_display_all_frames">Display All Frames</string>
|
||||
<string name="settings_display_all_frames">Optimal Frame Pacing</string>
|
||||
<string name="settings_summary_display_all_frames">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.</string>
|
||||
</resources>
|
||||
|
|
|
@ -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."));
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="displayAllFrames">
|
||||
<property name="text">
|
||||
<string>Display All Frames</string>
|
||||
<string>Optimal Frame Pacing</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue