diff options
| author | 2023-06-09 14:09:41 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:54 -0400 | |
| commit | 681ebcf4a5accd0315fd939ce66f672ab318affe (patch) | |
| tree | 9439d955eefecf6e9cfe5e5a6768969241fffcd3 /src | |
| parent | settings: Report all contained settings values (diff) | |
| download | yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.gz yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.tar.xz yuzu-681ebcf4a5accd0315fd939ce66f672ab318affe.zip | |
shared_translation: Add translation for use video framrate
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 3 |
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 | ||