mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
Merge pull request #12352 from unknownbrackets/debugger
Debugger: reset step counter on game stop
This commit is contained in:
@@ -56,6 +56,7 @@ void SteppingBroadcaster::Broadcast(net::WebSocketServer *ws) {
|
||||
lastCounter_ = steppingCounter;
|
||||
prevState_ = coreState;
|
||||
} else {
|
||||
lastCounter_ = -1;
|
||||
prevState_ = CORE_POWERDOWN;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user