mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Impl sys_usbd_get_device_location
This commit is contained in:
parent
2b924175aa
commit
5e158bd3f2
14 changed files with 76 additions and 51 deletions
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
LOG_CHANNEL(usio_log);
|
||||
|
||||
usb_device_usio::usb_device_usio()
|
||||
usb_device_usio::usb_device_usio(const std::array<u8, 7>& location)
|
||||
: usb_device_emulated(location)
|
||||
{
|
||||
device = UsbDescriptorNode(USB_DESCRIPTOR_DEVICE,
|
||||
UsbDeviceDescriptor{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue