|
|
@ -4,10 +4,19 @@
|
|
|
|
#include <QCheckBox>
|
|
|
|
#include <QCheckBox>
|
|
|
|
#include <QObject>
|
|
|
|
#include <QObject>
|
|
|
|
#include <QString>
|
|
|
|
#include <QString>
|
|
|
|
|
|
|
|
#include <QWidget>
|
|
|
|
#include "common/settings.h"
|
|
|
|
#include "common/settings.h"
|
|
|
|
#include "yuzu/configuration/configuration_shared.h"
|
|
|
|
#include "yuzu/configuration/configuration_shared.h"
|
|
|
|
#include "yuzu/configuration/configure_per_game.h"
|
|
|
|
#include "yuzu/configuration/configure_per_game.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace ConfigurationShared {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tab::Tab(QWidget* parent) : QWidget(parent) {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tab::~Tab() {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace ConfigurationShared
|
|
|
|
|
|
|
|
|
|
|
|
void ConfigurationShared::ApplyPerGameSetting(Settings::SwitchableSetting<bool>* setting,
|
|
|
|
void ConfigurationShared::ApplyPerGameSetting(Settings::SwitchableSetting<bool>* setting,
|
|
|
|
const QCheckBox* checkbox,
|
|
|
|
const QCheckBox* checkbox,
|
|
|
|
const CheckState& tracker) {
|
|
|
|
const CheckState& tracker) {
|
|
|
|