From d90d5a0ee6b9c08baacd56cb88159d20bbfdb2f0 Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 31 Dec 2015 09:46:32 -0500 Subject: HLE/SVC: Implement UnmapMemoryBlock. This implementation will need to be (almost completely) changed when we implement multiprocess support. --- 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 3501e45db..882a51df1 100644 --- a/src/core/hle/function_wrappers.h +++ b/src/core/hle/function_wrappers.h @@ -188,6 +188,10 @@ template void Wrap() { FuncReturn(retval); } +template void Wrap() { + FuncReturn(func(PARAM(0), PARAM(1)).raw); +} + //////////////////////////////////////////////////////////////////////////////////////////////////// // Function wrappers that return type u32 -- cgit v1.2.3