Core: apply Dolphin OnFrame patches right after boot

This commit is contained in:
Tillmann Karras
2024-10-16 02:35:16 +01:00
parent 904ac5592d
commit fd95607700
3 changed files with 11 additions and 3 deletions

View File

@ -211,7 +211,7 @@ void SConfig::OnNewTitleLoad(const Core::CPUThreadGuard& guard)
}
CBoot::LoadMapFromFilename(guard, ppc_symbol_db);
HLE::Reload(system);
PatchEngine::Reload();
PatchEngine::Reload(system);
HiresTexture::Update();
WC24PatchEngine::Reload();
}