all repos — mgba @ b111f0eb5ef1f67ce30417c934562392962070dd

mGBA Game Boy Advance Emulator

Unpause the emulator when resetting.
Jay Elliott jayelliott@jayelliott.net
Tue, 15 Dec 2015 03:53:57 -0800
commit

b111f0eb5ef1f67ce30417c934562392962070dd

parent

d48a0241f3bb6245aa82d7ed5ab3415a0c31d2dc

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/GameController.cppsrc/platform/qt/GameController.cpp

@@ -478,6 +478,7 @@ }

} void GameController::reset() { + setPaused(false); GBAThreadReset(&m_threadContext); }