all repos — mgba @ fc32c1ddd9ed2e40ab73276a4587b026ea3ea819

mGBA Game Boy Advance Emulator

Qt: Put back patch autoloading
Jeffrey Pfau jeffrey@endrift.com
Thu, 21 Jul 2016 21:59:01 -0700
commit

fc32c1ddd9ed2e40ab73276a4587b026ea3ea819

parent

d3763b0f5de78ba2f18509dd5cad1b02af9c8ef5

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/GameController.cppsrc/platform/qt/GameController.cpp

@@ -356,6 +356,8 @@ if (patch) {

m_threadContext.core->loadPatch(m_threadContext.core, patch); } patch->close(patch); + } else { + mCoreAutoloadPatch(m_threadContext.core); } m_inputController->recalibrateAxes();