mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
configure_general: Generate UI using containers
This leaves per-game config's General tab empty?
This commit is contained in:
parent
c530532de7
commit
827082c5ac
5 changed files with 41 additions and 163 deletions
|
@ -53,7 +53,7 @@ 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, this);
|
||||
cpu_tab = std::make_unique<ConfigureCpu>(system_, tab_group, this);
|
||||
general_tab = std::make_unique<ConfigureGeneral>(system_, tab_group, this);
|
||||
general_tab = std::make_unique<ConfigureGeneral>(system_, tab_group, *translations, this);
|
||||
graphics_advanced_tab =
|
||||
std::make_unique<ConfigureGraphicsAdvanced>(system_, tab_group, *translations, this);
|
||||
graphics_tab = std::make_unique<ConfigureGraphics>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue