Qt: Fix loading patches after mGBA starts

This commit is contained in:
Vicki Pfau 2021-03-22 18:41:40 -07:00
parent 1b43c52a9e
commit 863bcfc0df
1 changed files with 1 additions and 0 deletions

View File

@ -686,6 +686,7 @@ void CoreController::loadPatch(const QString& patchPath) {
updateROMInfo();
}
if (mCoreThreadHasStarted(&m_threadContext)) {
interrupter.resume();
reset();
}
}