mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
yuzu: integrate gamemode support on linux
This commit is contained in:
parent
9485b44d25
commit
e21bdc68db
11 changed files with 481 additions and 1 deletions
|
@ -29,6 +29,9 @@ ConfigureGeneral::ConfigureGeneral(const Core::System& system_,
|
|||
if (!Settings::IsConfiguringGlobal()) {
|
||||
ui->button_reset_defaults->setVisible(false);
|
||||
}
|
||||
#ifndef __linux__
|
||||
ui->enable_gamemode->setVisible(false);
|
||||
#endif
|
||||
}
|
||||
|
||||
ConfigureGeneral::~ConfigureGeneral() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue