mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 19:27:47 +00:00
configure_cpu: Generate UI
This commit is contained in:
parent
b212eb4d6f
commit
5e60826357
5 changed files with 92 additions and 188 deletions
|
@ -37,7 +37,8 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, HotkeyRegistry& registry_,
|
|||
combobox_translations{ConfigurationShared::ComboboxEnumeration(this)},
|
||||
audio_tab{std::make_unique<ConfigureAudio>(system_, nullptr, *translations,
|
||||
*combobox_translations, this)},
|
||||
cpu_tab{std::make_unique<ConfigureCpu>(system_, nullptr, this)},
|
||||
cpu_tab{std::make_unique<ConfigureCpu>(system_, nullptr, *translations,
|
||||
*combobox_translations, this)},
|
||||
debug_tab_tab{std::make_unique<ConfigureDebugTab>(system_, this)},
|
||||
filesystem_tab{std::make_unique<ConfigureFilesystem>(this)},
|
||||
general_tab{std::make_unique<ConfigureGeneral>(system_, nullptr, *translations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue