diff options
author | xcfrg <30675315+xcfrg@users.noreply.github.com> | 2023-07-16 18:45:33 -0400 |
---|---|---|
committer | flodavid <fl.david.53@gmail.com> | 2023-11-25 19:30:29 +0100 |
commit | dfa56765d6d869a317ec46dcf3a8f4f35b146382 (patch) | |
tree | 827c46ada3f60e9bdef93c25a26319f00377d15f /src/yuzu/configuration/shared_translation.cpp | |
parent | 5a182f4e7ccfac696cd54542089c880d002f5cc9 (diff) |
yuzu: integrate gamemode support on linux
Diffstat (limited to 'src/yuzu/configuration/shared_translation.cpp')
-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 a7b5def32..903805e75 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -175,6 +175,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) { INSERT(UISettings, hide_mouse, tr("Hide mouse on inactivity"), QStringLiteral()); INSERT(UISettings, controller_applet_disabled, tr("Disable controller applet"), QStringLiteral()); + INSERT(UISettings, enable_gamemode, tr("Enable Gamemode"), QStringLiteral()); // Ui Debugging |