Qt: Fix sending gameStopped twice
Jeffrey Pfau jeffrey@endrift.com
Tue, 09 Feb 2016 02:00:45 -0800
2 files changed,
0 insertions(+),
4 deletions(-)
M
src/platform/qt/GameController.cpp
→
src/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) {