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 InitializeTranslations(QWidget* parent) { 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."); + INSERT(Settings, barrier_feedback_loops, "Barrier feedback loops", + "Improves rendering of transparency effects in specific games."); // Renderer (Debug)