mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 11:02:25 -07:00
configuration_shared: Break up tracker structs to respective classes
One less global variable.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <QWidget>
|
||||
#include "yuzu/configuration/configuration_shared.h"
|
||||
|
||||
class HotkeyRegistry;
|
||||
|
||||
@@ -31,4 +32,9 @@ private:
|
||||
void SetupPerGameUI();
|
||||
|
||||
std::unique_ptr<Ui::ConfigureGeneral> ui;
|
||||
|
||||
struct Trackers {
|
||||
ConfigurationShared::CheckState use_frame_limit;
|
||||
ConfigurationShared::CheckState use_multi_core;
|
||||
} trackers;
|
||||
};
|
||||
|
Reference in New Issue
Block a user