mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
configure_cpu: Generate UI
This commit is contained in:
parent
c5a3642cb6
commit
daa31121ee
5 changed files with 92 additions and 188 deletions
|
@ -53,7 +53,8 @@ ConfigurePerGame::ConfigurePerGame(QWidget* parent, u64 title_id_, const std::st
|
|||
addons_tab = std::make_unique<ConfigurePerGameAddons>(system_, this);
|
||||
audio_tab = std::make_unique<ConfigureAudio>(system_, tab_group, *translations,
|
||||
*combobox_translations, this);
|
||||
cpu_tab = std::make_unique<ConfigureCpu>(system_, tab_group, this);
|
||||
cpu_tab = std::make_unique<ConfigureCpu>(system_, tab_group, *translations,
|
||||
*combobox_translations, this);
|
||||
graphics_advanced_tab = std::make_unique<ConfigureGraphicsAdvanced>(
|
||||
system_, tab_group, *translations, *combobox_translations, this);
|
||||
graphics_tab = std::make_unique<ConfigureGraphics>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue