mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Broken comments
This commit is contained in:
parent
8169a8e4bb
commit
9b24ca7a28
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ static func_caller* sc_table[kSyscallTableLength] =
|
|||
|
||||
null_func, null_func, null_func, null_func, null_func, null_func, //6-11 UNS
|
||||
|
||||
bind_func(sys_process_get_number_of_object), //12 (0x00B)
|
||||
bind_func(sys_process_get_id), //13 (0x00C)
|
||||
null_func,//bind_func(sys_process_is_spu_lock_line_reservation_address), //14 (0x00D)
|
||||
bind_func(sys_process_get_number_of_object), //12 (0x00C)
|
||||
bind_func(sys_process_get_id), //13 (0x00D)
|
||||
null_func,//bind_func(sys_process_is_spu_lock_line_reservation_address), //14 (0x00E)
|
||||
|
||||
null_func, null_func, null_func, //15-17 UNS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue