mirror of https://github.com/mgba-emu/mgba.git
Qt: Put back patch autoloading
This commit is contained in:
parent
d3763b0f5d
commit
fc32c1ddd9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue