yuzu: integrate gamemode support on linux

This commit is contained in:
xcfrg
2023-07-16 18:45:33 -04:00
committed by flodavid
parent 5a182f4e7c
commit dfa56765d6
11 changed files with 481 additions and 1 deletions

View File

@ -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