mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-01 18:47:02 +00:00
Add WrapU_UIC for sceSasSetPause
This commit is contained in:
parent
c643345c71
commit
b61a672449
@ -103,6 +103,10 @@ 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));
|
||||
RETURN(retval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user