mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
This commit is contained in:
commit
152c2b87a4
29 changed files with 4610 additions and 1034 deletions
|
@ -193,8 +193,8 @@ static func_caller* sc_table[kSyscallTableLength] =
|
|||
bind_func(sys_spu_thread_group_start), //173 (0x0AD)
|
||||
bind_func(sys_spu_thread_group_suspend), //174 (0x0AE)
|
||||
bind_func(sys_spu_thread_group_resume), //175 (0x0AF)
|
||||
null_func,//bind_func(sys_spu_thread_group_yield) //176 (0x0B0)
|
||||
null_func,//bind_func(sys_spu_thread_group_terminate) //177 (0x0B1)
|
||||
bind_func(sys_spu_thread_group_yield), //176 (0x0B0)
|
||||
bind_func(sys_spu_thread_group_terminate), //177 (0x0B1)
|
||||
bind_func(sys_spu_thread_group_join), //178 (0x0B2)
|
||||
null_func,//bind_func(sys_spu_thread_group_set_priority)//179 (0x0B3)
|
||||
null_func,//bind_func(sys_spu_thread_group_get_priority)//180 (0x0B4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue