Skip to content

Commit

Permalink
~new configurations bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mellotanica committed Dec 29, 2014
1 parent 5332c6d commit 9ae3546
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 @@ -340,7 +340,8 @@ void MachineConfigDialog::onDeviceClassChanged()

void MachineConfigDialog::saveConfigChanges()
{
config->setNumProcessors(cpuSpinner->value());
/* STATIC: only one core
config->setNumProcessors(cpuSpinner->value()); */
config->setClockRate(clockRateSpinner->value());
config->setRefreshRate(refreshRateSpinner->value());
config->setRefreshOnPause(!refreshEnabledBox->isChecked());
Expand Down

0 comments on commit 9ae3546

Please sign in to comment.