mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00

The reload stub is at a fixed address (0x80001800) so its hook flag should be HookFlag::Fixed. Otherwise the hook is installed by HLE::PatchFixedFunctions but immediately removed by HLE::PatchFunctions (which is called by HLE::Reload right after PatchFixedFunctions). Should fix https://bugs.dolphin-emu.org/issues/12716