Qt: Fix loading patches after mGBA starts
Vicki Pfau vi@endrift.com
Mon, 22 Mar 2021 18:41:40 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
M
src/platform/qt/CoreController.cpp
→
src/platform/qt/CoreController.cpp
@@ -686,6 +686,7 @@ patch->close(patch);
updateROMInfo(); } if (mCoreThreadHasStarted(&m_threadContext)) { + interrupter.resume(); reset(); } }