Qt: Put back patch autoloading

This commit is contained in:
Jeffrey Pfau 2016-07-21 21:59:01 -07:00
parent d3763b0f5d
commit fc32c1ddd9
1 changed files with 2 additions and 0 deletions

View File

@ -356,6 +356,8 @@ void GameController::openGame(bool biosOnly) {
m_threadContext.core->loadPatch(m_threadContext.core, patch);
}
patch->close(patch);
} else {
mCoreAutoloadPatch(m_threadContext.core);
}
m_inputController->recalibrateAxes();