mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
ARMv7 func binder improved (faster compilation)
This commit is contained in:
parent
096fc86f17
commit
daa93a7226
11 changed files with 247 additions and 203 deletions
|
|
@ -119,7 +119,7 @@ s32 sceFiosPathncmp(vm::cptr<char> pA, vm::cptr<char> pB, u32 n)
|
|||
throw EXCEPTION("");
|
||||
}
|
||||
|
||||
s32 sceFiosPrintf(vm::cptr<char> pFormat) // va_args...
|
||||
s32 sceFiosPrintf(vm::cptr<char> pFormat, armv7_va_args_t va_args)
|
||||
{
|
||||
throw EXCEPTION("");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue