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:
OBattler
2023-10-31 00:44:04 +01:00
parent 3d3e7f5cf3
commit c173f5d415
5 changed files with 32 additions and 7 deletions

View File

@@ -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;