HLE kprintf

Not for this PR, but useful for testing
This commit is contained in:
Pokechu22 2020-08-18 16:08:01 -07:00
parent d49d1197f6
commit 5bdbb85231

View File

@ -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},