configuration_shared: Break up tracker structs to respective classes
One less global variable.
This commit is contained in:
parent
54f4eba5a9
commit
3676efbf03
12 changed files with 58 additions and 49 deletions
|
@ -10,10 +10,6 @@
|
|||
#include "yuzu/configuration/configuration_shared.h"
|
||||
#include "yuzu/configuration/configure_per_game.h"
|
||||
|
||||
namespace ConfigurationShared {
|
||||
Trackers trackers = {};
|
||||
}
|
||||
|
||||
void ConfigurationShared::ApplyPerGameSetting(Settings::Setting<bool>* setting,
|
||||
const QCheckBox* checkbox) {
|
||||
if (checkbox->checkState() == Qt::PartiallyChecked) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue