mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-04 07:37:52 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -11,14 +11,14 @@
|
||||
|
||||
ConfigureGeneral::ConfigureGeneral(QWidget* parent)
|
||||
: QWidget(parent), ui(new Ui::ConfigureGeneral) {
|
||||
|
||||
ui->setupUi(this);
|
||||
this->setConfiguration();
|
||||
|
||||
ui->toggle_cpu_jit->setEnabled(!System::IsPoweredOn());
|
||||
}
|
||||
|
||||
ConfigureGeneral::~ConfigureGeneral() {
|
||||
}
|
||||
ConfigureGeneral::~ConfigureGeneral() {}
|
||||
|
||||
void ConfigureGeneral::setConfiguration() {
|
||||
ui->toggle_deepscan->setChecked(UISettings::values.gamedir_deepscan);
|
||||
|
Reference in New Issue
Block a user