UI: Interpret "unthrottle" to mean leave stepping.

This commit is contained in:
Unknown W. Brackets 2018-06-22 21:33:12 -07:00
parent 3090360692
commit 2f2c561b03

View File

@ -464,6 +464,9 @@ void EmuScreen::onVKeyDown(int virtualKeyCode) {
switch (virtualKeyCode) {
case VIRTKEY_UNTHROTTLE:
if (coreState == CORE_STEPPING) {
Core_EnableStepping(false);
}
PSP_CoreParameter().unthrottle = true;
break;