mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
Merge pull request #12555 from flodavid/fix-gamemode-setting
Save gamemode configuration and add per-game config
This commit is contained in:
commit
3f246847f8
16 changed files with 229 additions and 0 deletions
|
@ -27,6 +27,8 @@ class Builder;
|
|||
}
|
||||
|
||||
class ConfigureSystem : public ConfigurationShared::Tab {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ConfigureSystem(Core::System& system_,
|
||||
std::shared_ptr<std::vector<ConfigurationShared::Tab*>> group,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue