mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix loading patches after mGBA starts
This commit is contained in:
parent
1b43c52a9e
commit
863bcfc0df
|
@ -686,6 +686,7 @@ void CoreController::loadPatch(const QString& patchPath) {
|
|||
updateROMInfo();
|
||||
}
|
||||
if (mCoreThreadHasStarted(&m_threadContext)) {
|
||||
interrupter.resume();
|
||||
reset();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue