Skip to content

Commit

Permalink
~new configs fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mellotanica committed Dec 29, 2014
1 parent 14f7401 commit b02b2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qarm/machine_config_dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ void MachineConfigDialog::saveConfigChanges()
config->setROM(ROM_TYPE_STAB,
QFile::encodeName(romFileInfo[ROM_TYPE_STAB].lineEdit->text()).constData());

config->setLoadCoreEnabled(coreBootCheckBox->isChecked());
/* STATIC: when dynamic loading will be possible remove this!
config->setLoadCoreEnabled(coreBootCheckBox->isChecked()); */
config->setStopOnException(stopOnInterruptBox->isChecked());
config->setSymbolTableASID(stabAsidEdit->getAsid());
}
Expand Down

0 comments on commit b02b2ff

Please sign in to comment.