mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
sys_lwcond, sys_mutex, sys_cond rewritten
Some bugs fixed
This commit is contained in:
parent
209155d71d
commit
e94ea409fe
14 changed files with 489 additions and 315 deletions
|
@ -74,7 +74,7 @@ static func_caller* sc_table[1024] =
|
|||
bind_func(sys_cond_wait), //107 (0x06B)
|
||||
bind_func(sys_cond_signal), //108 (0x06C)
|
||||
bind_func(sys_cond_signal_all), //109 (0x06D)
|
||||
null_func, null_func, null_func, null_func, //113 (0x071)
|
||||
bind_func(sys_cond_signal_to), null_func, null_func, null_func, //113 (0x071)
|
||||
bind_func(sys_semaphore_get_value), //114 (0x072)
|
||||
null_func, null_func, null_func, bind_func(sys_event_flag_clear), null_func, //119 (0x077)
|
||||
bind_func(sys_rwlock_create), //120 (0x078)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue