mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-24 18:15:49 +00:00
Update Core/HLE/FunctionWrappers.h
This commit is contained in:
parent
e7cb558cb9
commit
453182b7bc
@ -103,9 +103,7 @@ template<u32 func(int)> void WrapU_I() {
|
||||
RETURN(retval);
|
||||
}
|
||||
|
||||
template<u32 func(u32, int, const char *)> void WrapU_UIC() {
|
||||
func(PARAM(0), PARAM(1), Memory::GetCharPointer(PARAM(2)));
|
||||
}
|
||||
|
||||
|
||||
template<int func(int)> void WrapI_I() {
|
||||
int retval = func(PARAM(0));
|
||||
|
Loading…
x
Reference in New Issue
Block a user