all repos — mgba @ d1b3ad08d89cb9289f28878be1d8e1ac19f172d2

mGBA Game Boy Advance Emulator

Qt: Fix sending gameStopped twice
Jeffrey Pfau jeffrey@endrift.com
Tue, 09 Feb 2016 02:00:45 -0800
commit

d1b3ad08d89cb9289f28878be1d8e1ac19f172d2

parent

dd2fd9351c3aa64908704ed54a406ec65d11eaa0

2 files changed, 0 insertions(+), 4 deletions(-)

jump to
M CHANGESCHANGES

@@ -2,7 +2,6 @@ 0.5.0: (Future)

Bugfixes: - VFS: Fix reading 7z archives without rewinding first - Qt: Fix sending gameStopped twice - - Qt: Fix hang if audio sync is enabled and audio fails to initialize Misc: - GBA: Slightly optimize GBAProcessEvents
M src/platform/qt/GameController.cppsrc/platform/qt/GameController.cpp

@@ -445,9 +445,6 @@ }

GBACheatSetsClear(&m_cheatDevice.cheats); m_threadContext.core->deinit(m_threadContext.core); - - m_gameOpen = false; - emit gameStopped(&m_threadContext); } void GameController::crashGame(const QString& crashMessage) {