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();
|
updateROMInfo();
|
||||||
}
|
}
|
||||||
if (mCoreThreadHasStarted(&m_threadContext)) {
|
if (mCoreThreadHasStarted(&m_threadContext)) {
|
||||||
|
interrupter.resume();
|
||||||
reset();
|
reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue