mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
oop
This commit is contained in:
parent
fe68a21ea7
commit
d691627a35
1 changed files with 0 additions and 5 deletions
|
@ -201,11 +201,6 @@ template<int func(u32, u32)> void WrapI_UU() {
|
|||
RETURN(retval);
|
||||
}
|
||||
|
||||
template<u32 func(u32, u32)> void WrapU_UUU() {
|
||||
int retval = func(PARAM(0), PARAM(1), PARAM(2));
|
||||
RETURN(retval);
|
||||
}
|
||||
|
||||
template<int func(u32, float, float)> void WrapI_UFF() {
|
||||
// Not sure about the float arguments.
|
||||
int retval = func(PARAM(0), PARAMF(0), PARAMF(1));
|
||||
|
|
Loading…
Add table
Reference in a new issue