mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-25 06:40:11 +00: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