Qt: Fix sending gameStopped twice

This commit is contained in:
Jeffrey Pfau 2016-02-09 02:00:45 -08:00
parent dd2fd9351c
commit d1b3ad08d8
2 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@
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

View File

@ -445,9 +445,6 @@ void GameController::closeGame() {
GBACheatSetsClear(&m_cheatDevice.cheats);
m_threadContext.core->deinit(m_threadContext.core);
m_gameOpen = false;
emit gameStopped(&m_threadContext);
}
void GameController::crashGame(const QString& crashMessage) {