Просмотр исходного кода

shared_translation: Add translation for use video framrate

lat9nq 3 лет назад
Родитель
Сommit
681ebcf4a5
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/yuzu/configuration/shared_translation.cpp

+ 3 - 0
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)