all repos — mgba @ 5ff0411ba2d9f7c1b48592500e1c2a605663ff01

mGBA Game Boy Advance Emulator

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

5ff0411ba2d9f7c1b48592500e1c2a605663ff01

parent

6a4af381511e20c6cd8a462f1070c3292689c238

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

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

@@ -474,6 +474,7 @@ }

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