Savestates: Do not restart after Ctrl+S for now

This commit is contained in:
Eladash 2022-07-15 22:11:39 +03:00 committed by Ivan
parent 56619b20cf
commit d22b8b1d3a
3 changed files with 18 additions and 34 deletions

View file

@ -272,7 +272,7 @@ void gs_frame::keyPressEvent(QKeyEvent *keyEvent)
case Qt::Key_S:
if (keyEvent->modifiers() == Qt::ControlModifier && !m_disable_kb_hotkeys)
{
Emu.Restart(true);
Emu.Kill(false, true);
return;
}
break;