mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Minor lv2 / GCM updates and double-click loading
This commit is contained in:
parent
13fec1cd9a
commit
5bd85bd4eb
6 changed files with 36 additions and 13 deletions
|
|
@ -99,7 +99,7 @@ static func_caller* sc_table[kSyscallTableLength] =
|
|||
null_func,//bind_func(sys_ppu_thread_start), //53 (0x035)
|
||||
null_func,//bind_func(sys_ppu_...), //54 (0x036) ROOT
|
||||
null_func,//bind_func(sys_ppu_...), //55 (0x037) ROOT
|
||||
null_func,//bind_func(sys_ppu_thread_rename), //56 (0x038)
|
||||
bind_func(sys_ppu_thread_rename), //56 (0x038)
|
||||
null_func,//bind_func(sys_ppu_thread_recover_page_fault)//57 (0x039)
|
||||
null_func,//bind_func(sys_ppu_thread_get_page_fault_context),//58 (0x03A)
|
||||
null_func, //59 (0x03B) UNS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue