mirror of https://github.com/mgba-emu/mgba.git
Unpause the emulator when resetting.
This commit is contained in:
parent
d48a0241f3
commit
b111f0eb5e
|
@ -478,6 +478,7 @@ void GameController::setPaused(bool paused) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameController::reset() {
|
void GameController::reset() {
|
||||||
|
setPaused(false);
|
||||||
GBAThreadReset(&m_threadContext);
|
GBAThreadReset(&m_threadContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue