mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 22:05:47 +00:00
configuration: Use forward declares and remove extraneous structs
This commit is contained in:
parent
7df8f2b760
commit
932de8986b
10 changed files with 59 additions and 63 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
#include <memory>
|
||||
#include <QWidget>
|
||||
#include "yuzu/configuration/configuration_shared.h"
|
||||
|
||||
namespace ConfigurationShared {
|
||||
enum class CheckState;
|
||||
}
|
||||
|
||||
class HotkeyRegistry;
|
||||
|
||||
|
@ -33,8 +36,6 @@ private:
|
|||
|
||||
std::unique_ptr<Ui::ConfigureGeneral> ui;
|
||||
|
||||
struct Trackers {
|
||||
ConfigurationShared::CheckState use_frame_limit;
|
||||
ConfigurationShared::CheckState use_multi_core;
|
||||
} trackers;
|
||||
ConfigurationShared::CheckState use_frame_limit;
|
||||
ConfigurationShared::CheckState use_multi_core;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue