mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Lv2 lwcond "true" syscalls
This commit is contained in:
parent
3cf80b0831
commit
befc0f62b8
27 changed files with 212 additions and 71 deletions
|
@ -74,7 +74,7 @@ s32 sys_timer_destroy(u32 timer_id)
|
|||
return CELL_EISCONN;
|
||||
}
|
||||
|
||||
Emu.GetIdManager().RemoveID(timer_id);
|
||||
Emu.GetIdManager().RemoveID<lv2_timer_t>(timer_id);
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue