mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix sending gameStopped twice
This commit is contained in:
parent
dd2fd9351c
commit
d1b3ad08d8
1
CHANGES
1
CHANGES
|
@ -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
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue