mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
8cb51f276c
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