mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Merge pull request #10186 from leoetlino/hle-hbreload
HLE: Fix hook flag for HBReload
This commit is contained in:
commit
05b4aecf18
@ -31,7 +31,7 @@ constexpr std::array<Hook, 23> os_patches{{
|
||||
{"FAKE_TO_SKIP_0", HLE_Misc::UnimplementedFunction, HookType::Replace, HookFlag::Generic},
|
||||
|
||||
// Name doesn't matter, installed in CBoot::BootUp()
|
||||
{"HBReload", HLE_Misc::HBReload, HookType::Replace, HookFlag::Generic},
|
||||
{"HBReload", HLE_Misc::HBReload, HookType::Replace, HookFlag::Fixed},
|
||||
|
||||
// Debug/OS Support
|
||||
{"OSPanic", HLE_OS::HLE_OSPanic, HookType::Replace, HookFlag::Debug},
|
||||
|
Loading…
x
Reference in New Issue
Block a user