yuzu: Add per-game linux gamemode configuration
This commit is contained in:
parent
68fe1e3476
commit
e231b8b6f5
14 changed files with 197 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ class Builder;
|
|||
}
|
||||
|
||||
class ConfigureGeneral : public ConfigurationShared::Tab {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ConfigureGeneral(const Core::System& system_,
|
||||
std::shared_ptr<std::vector<ConfigurationShared::Tab*>> group,
|
||||
|
|
|
|||
Reference in a new issue