yuzu: integrate gamemode support on linux
This commit is contained in:
parent
9485b44d25
commit
e21bdc68db
11 changed files with 481 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue