The Settings dialog now the save and reset procedure in the correct order and pausing the emulator now actually waits for the pause to actually come into effect.
This commit is contained in:
@@ -921,16 +921,10 @@ MainWindow::on_actionSettings_triggered()
|
||||
|
||||
switch (settings.result()) {
|
||||
case QDialog::Accepted:
|
||||
/*
|
||||
pc_reset_hard_close();
|
||||
settings.save();
|
||||
config_changed = 2;
|
||||
pc_reset_hard_init();
|
||||
*/
|
||||
settings.save();
|
||||
config_changed = 2;
|
||||
pc_reset_hard();
|
||||
|
||||
break;
|
||||
case QDialog::Rejected:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user