mirror of https://github.com/mgba-emu/mgba.git
Merge pull request #188 from snickerbockers/master
Unpause the emulator when resetting.
This commit is contained in:
commit
d074967ed8
|
@ -474,6 +474,7 @@ void GameController::setPaused(bool paused) {
|
|||
}
|
||||
|
||||
void GameController::reset() {
|
||||
setPaused(false);
|
||||
GBAThreadReset(&m_threadContext);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue