mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
HLE kprintf
Not for this PR, but useful for testing
This commit is contained in:
parent
d49d1197f6
commit
5bdbb85231
@ -27,7 +27,7 @@ namespace HLE
|
||||
static std::map<u32, u32> s_hooked_addresses;
|
||||
|
||||
// clang-format off
|
||||
constexpr std::array<Hook, 23> os_patches{{
|
||||
constexpr std::array<Hook, 24> os_patches{{
|
||||
// Placeholder, os_patches[0] is the "non-existent function" index
|
||||
{"FAKE_TO_SKIP_0", HLE_Misc::UnimplementedFunction, HookType::Replace, HookFlag::Generic},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user