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

shared_translation: Add barrier_feedback_loops

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

+ 2 - 0
src/yuzu/configuration/shared_translation.cpp

@@ -120,6 +120,8 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
     INSERT(Settings, use_video_framerate, "Sync to framerate of video playback",
     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 "
            "Run the game at normal speed during video playback, even when the framerate is "
            "unlocked.");
            "unlocked.");
+    INSERT(Settings, barrier_feedback_loops, "Barrier feedback loops",
+           "Improves rendering of transparency effects in specific games.");
 
 
     // Renderer (Debug)
     // Renderer (Debug)