diff --git a/Core/HLE/FunctionWrappers.h b/Core/HLE/FunctionWrappers.h index 43bd31e6a1..29d7fd3701 100644 --- a/Core/HLE/FunctionWrappers.h +++ b/Core/HLE/FunctionWrappers.h @@ -103,9 +103,7 @@ template void WrapU_I() { RETURN(retval); } -template void WrapU_UIC() { - func(PARAM(0), PARAM(1), Memory::GetCharPointer(PARAM(2))); -} + template void WrapI_I() { int retval = func(PARAM(0));