From 11057488f94ec8ec012ddd524d7c1acb530c9788 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 16 May 2015 22:06:59 -0700 Subject: Implement svcBreak --- src/core/hle/function_wrappers.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/hle/function_wrappers.h') diff --git a/src/core/hle/function_wrappers.h b/src/core/hle/function_wrappers.h index 0e5ae29a..23c86a72 100644 --- a/src/core/hle/function_wrappers.h +++ b/src/core/hle/function_wrappers.h @@ -166,6 +166,10 @@ template void Wrap() { func((char*)Memory::GetPointer(PARAM(0))); } +template void Wrap() { + func((u8)PARAM(0)); +} + #undef PARAM #undef FuncReturn -- cgit v1.2.3