mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
general: add default configurations for applet mode
This commit is contained in:
parent
ba17a8c2b8
commit
b4b3ddf4b4
14 changed files with 334 additions and 8 deletions
|
@ -15,6 +15,7 @@ namespace Core {
|
|||
class System;
|
||||
}
|
||||
|
||||
class ConfigureApplets;
|
||||
class ConfigureAudio;
|
||||
class ConfigureCpu;
|
||||
class ConfigureDebugTab;
|
||||
|
@ -75,6 +76,7 @@ private:
|
|||
std::unique_ptr<ConfigurationShared::Builder> builder;
|
||||
std::vector<ConfigurationShared::Tab*> tab_group;
|
||||
|
||||
std::unique_ptr<ConfigureApplets> applets_tab;
|
||||
std::unique_ptr<ConfigureAudio> audio_tab;
|
||||
std::unique_ptr<ConfigureCpu> cpu_tab;
|
||||
std::unique_ptr<ConfigureDebugTab> debug_tab_tab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue