From fe68a21ea78d53bcef4337c2638c8c9c53975941 Mon Sep 17 00:00:00 2001 From: sum2012 Date: Sun, 21 Jun 2020 11:23:14 +0800 Subject: [PATCH] oop --- Core/HLE/FunctionWrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/FunctionWrappers.h b/Core/HLE/FunctionWrappers.h index 4b9e6c2853..0233dd7bdd 100644 --- a/Core/HLE/FunctionWrappers.h +++ b/Core/HLE/FunctionWrappers.h @@ -201,7 +201,7 @@ template void WrapI_UU() { RETURN(retval); } -template void WrapI_UUU() { +template void WrapU_UUU() { int retval = func(PARAM(0), PARAM(1), PARAM(2)); RETURN(retval); }