This commit is contained in:
Nekotekina 2014-08-16 19:01:25 +04:00
commit 152c2b87a4
29 changed files with 4610 additions and 1034 deletions

View file

@ -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)