mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
sys_usbd: add sys_usbd_event_port_send function
This commit is contained in:
parent
ca5158a03e
commit
02ba529eea
4 changed files with 9 additions and 1 deletions
|
|
@ -348,6 +348,7 @@ extern std::string ppu_get_syscall_name(u64 code)
|
|||
case 546: return "sys_usbd_get_isochronous_transfer_status";
|
||||
case 547: return "sys_usbd_get_device_location";
|
||||
case 548: return "sys_usbd_send_event";
|
||||
case 549: return "sys_usbd_event_port_send";
|
||||
case 550: return "sys_usbd_allocate_memory";
|
||||
case 551: return "sys_usbd_free_memory";
|
||||
case 556: return "sys_usbd_get_device_speed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue