mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update Core/HLE/FunctionWrappers.h
This commit is contained in:
parent
e7cb558cb9
commit
453182b7bc
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue