Unpause the emulator when resetting.
Jay Elliott jayelliott@jayelliott.net
Tue, 15 Dec 2015 03:53:57 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
M
src/platform/qt/GameController.cpp
→
src/platform/qt/GameController.cpp
@@ -474,6 +474,7 @@ }
} void GameController::reset() { + setPaused(false); GBAThreadReset(&m_threadContext); }