mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
UI: Interpret "unthrottle" to mean leave stepping.
This commit is contained in:
parent
3090360692
commit
2f2c561b03
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user