diff options
| author | 2023-06-27 19:50:22 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:55 -0400 | |
| commit | ef6406a66652e2879abe44c66b517dd7d9b9338c (patch) | |
| tree | 57bc1cf2a971521f2a5bd54a08bea1fa93c25df0 /src | |
| parent | shared_translation: Add barrier_feedback_loops (diff) | |
| download | yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.gz yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.tar.xz yuzu-ef6406a66652e2879abe44c66b517dd7d9b9338c.zip | |
shared_translation: Add controller_applet_disabled
Diffstat (limited to 'src')
| -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) { | |||
| 158 | INSERT(UISettings, pause_when_in_background, "Pause emulation when in background", ""); | 158 | INSERT(UISettings, pause_when_in_background, "Pause emulation when in background", ""); |
| 159 | INSERT(UISettings, confirm_before_closing, "Confirm exit while emulation is running", ""); | 159 | INSERT(UISettings, confirm_before_closing, "Confirm exit while emulation is running", ""); |
| 160 | INSERT(UISettings, hide_mouse, "Hide mouse on inactivity", ""); | 160 | INSERT(UISettings, hide_mouse, "Hide mouse on inactivity", ""); |
| 161 | INSERT(UISettings, controller_applet_disabled, "Disable controller applet", ""); | ||
| 161 | 162 | ||
| 162 | // Ui Debugging | 163 | // Ui Debugging |
| 163 | 164 | ||