diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-28 01:50:22 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 16:56:55 +0200 |
commit | ef6406a66652e2879abe44c66b517dd7d9b9338c (patch) | |
tree | 57bc1cf2a971521f2a5bd54a08bea1fa93c25df0 | |
parent | shared_translation: Add barrier_feedback_loops (diff) | |
download | yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.gz yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.bz2 yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.lz yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.xz yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.zst yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.zip |
-rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index 6e8cea625..473e29479 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -158,6 +158,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) { INSERT(UISettings, pause_when_in_background, "Pause emulation when in background", ""); INSERT(UISettings, confirm_before_closing, "Confirm exit while emulation is running", ""); INSERT(UISettings, hide_mouse, "Hide mouse on inactivity", ""); + INSERT(UISettings, controller_applet_disabled, "Disable controller applet", ""); // Ui Debugging |