mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
sys_interrupt improved
This commit is contained in:
parent
b8a27d8a4c
commit
3bc6c53eb3
14 changed files with 227 additions and 171 deletions
|
@ -63,7 +63,7 @@ std::string SysCalls::GetFuncName(const u64 fid)
|
|||
case 81: return "sys_interrupt_tag_destroy";
|
||||
case 82: return "sys_event_flag_create";
|
||||
case 83: return "sys_event_flag_destroy";
|
||||
case 84: return "sys_interrupt_thread_establish";
|
||||
case 84: return "_sys_interrupt_thread_establish";
|
||||
case 85: return "sys_event_flag_wait";
|
||||
case 86: return "sys_event_flag_trywait";
|
||||
case 87: return "sys_event_flag_set";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue