mirror of https://github.com/mgba-emu/mgba.git
Unload patch after the end of the game
This commit is contained in:
parent
26c1b3c6c9
commit
02116415d1
|
@ -191,6 +191,8 @@ void GameController::closeGame() {
|
|||
m_threadContext.fname = nullptr;
|
||||
}
|
||||
|
||||
m_patch = QString();
|
||||
|
||||
m_gameOpen = false;
|
||||
emit gameStopped(&m_threadContext);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue