mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
lv2: Uncomment sys_ppu_thread_stop/restart
This commit is contained in:
parent
3566faabd9
commit
00d25a191b
1 changed files with 3 additions and 3 deletions
|
@ -121,8 +121,8 @@ const std::array<ppu_function_t, 1024> s_ppu_syscall_table
|
|||
BIND_FUNC(sys_ppu_thread_set_priority), //47 (0x02F) DBG
|
||||
BIND_FUNC(sys_ppu_thread_get_priority), //48 (0x030)
|
||||
BIND_FUNC(sys_ppu_thread_get_stack_information), //49 (0x031)
|
||||
null_func,//BIND_FUNC(sys_ppu_thread_stop), //50 (0x032) ROOT
|
||||
null_func,//BIND_FUNC(sys_ppu_thread_restart), //51 (0x033) ROOT
|
||||
BIND_FUNC(sys_ppu_thread_stop), //50 (0x032) ROOT
|
||||
BIND_FUNC(sys_ppu_thread_restart), //51 (0x033) ROOT
|
||||
BIND_FUNC(_sys_ppu_thread_create), //52 (0x034) DBG
|
||||
BIND_FUNC(sys_ppu_thread_start), //53 (0x035)
|
||||
null_func,//BIND_FUNC(sys_ppu_...), //54 (0x036) ROOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue