mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-15 16:02:37 -06:00
Core: apply Dolphin OnFrame patches right after boot
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user