mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 05:47:47 +00:00
configure_per_game: Rename group to tab_group
This commit is contained in:
parent
b527f47bd6
commit
f5d7aedfe9
2 changed files with 11 additions and 10 deletions
|
@ -75,7 +75,8 @@ private:
|
|||
std::unique_ptr<Config> game_config;
|
||||
|
||||
Core::System& system;
|
||||
std::shared_ptr<std::forward_list<ConfigurationShared::Tab*>> group;
|
||||
std::shared_ptr<std::forward_list<ConfigurationShared::Tab*>> tab_group;
|
||||
|
||||
std::unique_ptr<ConfigurePerGameAddons> addons_tab;
|
||||
std::unique_ptr<ConfigureAudio> audio_tab;
|
||||
std::unique_ptr<ConfigureCpu> cpu_tab;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue