diff options
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 | ||