mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 21:35:12 +00:00
Fix
This commit is contained in:
parent
18954ee5b8
commit
faaef03604
10 changed files with 92 additions and 166 deletions
|
|
@ -51,7 +51,7 @@ const int kSyscallTableLength = 1024;
|
|||
// DBG = Debug
|
||||
// PM = Product Mode
|
||||
// AuthID = Authentication ID
|
||||
const ps3_func_caller sc_table[1024] =
|
||||
const ppu_func_caller sc_table[1024] =
|
||||
{
|
||||
null_func,
|
||||
bind_func(sys_process_getpid), //1 (0x001)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue