summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {
115 INSERT(Settings, use_reactive_flushing, "Enable Reactive Flushing", 115 INSERT(Settings, use_reactive_flushing, "Enable Reactive Flushing",
116 "Uses reactive flushing instead of predictive flushing, allowing more accurate memory " 116 "Uses reactive flushing instead of predictive flushing, allowing more accurate memory "
117 "syncing."); 117 "syncing.");
118 INSERT(Settings, use_video_framerate, "Sync to framerate of video playback",
119 "Run the game at normal speed during video playback, even when the framerate is "
120 "unlocked.");
118 121
119 // Renderer (Debug) 122 // Renderer (Debug)
120 123