diff options
| author | flodavid <fl.david.53@gmail.com> | 2023-11-03 15:41:16 +0100 |
|---|---|---|
| committer | flodavid <fl.david.53@gmail.com> | 2023-11-25 19:30:37 +0100 |
| commit | 40644d43f700cb0075db0eea288078bda7cf4527 (patch) | |
| tree | 876d26a64a803d2b1509e71a13fe822f1e851c00 /src/yuzu/configuration/shared_translation.cpp | |
| parent | dfa56765d6d869a317ec46dcf3a8f4f35b146382 (diff) | |
yuzu: create linux group in general settings
- Create files dedicated to starting and stopping gamemode functions
- Use them in yuzu and yuzu_cmd modules
Diffstat (limited to 'src/yuzu/configuration/shared_translation.cpp')
| -rw-r--r-- | src/yuzu/configuration/shared_translation.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index 903805e75..ee0ca4aa7 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -175,7 +175,9 @@ 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()); + + // Linux + INSERT(Settings, enable_gamemode, tr("Enable Gamemode"), QStringLiteral()); // Ui Debugging |
