HLE function hooking: Avoid ppcState global.

This commit is contained in:
Admiral H. Curtiss
2023-01-10 05:40:02 +01:00
parent 30de91d843
commit 7fd552081f
9 changed files with 75 additions and 46 deletions

View File

@ -72,7 +72,7 @@ bool Load()
if (g_symbolDB.LoadMap(File::GetUserPath(D_MAPS_IDX) + "mios-ipl.map"))
{
::HLE::Clear();
::HLE::PatchFunctions();
::HLE::PatchFunctions(system);
Host_NotifyMapLoaded();
}