diff options
| author | 2023-06-22 00:31:19 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | a14d2a6f83591fe2ae27fcaa2ad96da4567df99f (patch) | |
| tree | 497864cbf8666dea045e44fa54c87bde55d2bff7 /src | |
| parent | cmake: Reposition preprocessor switch comment (diff) | |
| download | yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.gz yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.tar.xz yuzu-a14d2a6f83591fe2ae27fcaa2ad96da4567df99f.zip | |
shared_translation: Add barrier_feedback_loops
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index d51286b0e..6e8cea625 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp | |||
| @@ -120,6 +120,8 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) { | |||
| 120 | INSERT(Settings, use_video_framerate, "Sync to framerate of video playback", | 120 | INSERT(Settings, use_video_framerate, "Sync to framerate of video playback", |
| 121 | "Run the game at normal speed during video playback, even when the framerate is " | 121 | "Run the game at normal speed during video playback, even when the framerate is " |
| 122 | "unlocked."); | 122 | "unlocked."); |
| 123 | INSERT(Settings, barrier_feedback_loops, "Barrier feedback loops", | ||
| 124 | "Improves rendering of transparency effects in specific games."); | ||
| 123 | 125 | ||
| 124 | // Renderer (Debug) | 126 | // Renderer (Debug) |
| 125 | 127 | ||