summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-09 20:09:41 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:54 +0200
commit681ebcf4a5accd0315fd939ce66f672ab318affe (patch)
tree9439d955eefecf6e9cfe5e5a6768969241fffcd3
parentsettings: Report all contained settings values (diff)
downloadyuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar
yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.gz
yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.bz2
yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.lz
yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.xz
yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.zst
yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.zip
-rw-r--r--src/yuzu/configuration/shared_translation.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp
index 4caa44e1b..cf5d74c83 100644
--- a/src/yuzu/configuration/shared_translation.cpp
+++ b/src/yuzu/configuration/shared_translation.cpp
@@ -115,6 +115,9 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
INSERT(Settings, use_reactive_flushing, "Enable Reactive Flushing",
"Uses reactive flushing instead of predictive flushing, allowing more accurate memory "
"syncing.");
+ INSERT(Settings, use_video_framerate, "Sync to framerate of video playback",
+ "Run the game at normal speed during video playback, even when the framerate is "
+ "unlocked.");
// Renderer (Debug)