Qt: Put back patch autoloading
Jeffrey Pfau jeffrey@endrift.com
Thu, 21 Jul 2016 21:59:01 -0700
1 files changed,
2 insertions(+),
0 deletions(-)
M
src/platform/qt/GameController.cpp
→
src/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();