yuzu: integrate gamemode support on linux

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

View file

@ -140,6 +140,9 @@ struct Values {
Settings::Specialization::Default,
true,
true};
// Gamemode
Setting<bool> enable_gamemode{linkage, false, "enable_gamemode", Category::UiGeneral};
Setting<bool> disable_web_applet{linkage, true, "disable_web_applet", Category::Ui};
// Discord RPC