mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +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
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
LOG_CHANNEL(buzz_log);
|
||||
|
||||
usb_device_buzz::usb_device_buzz(int first_controller, int last_controller)
|
||||
usb_device_buzz::usb_device_buzz(int first_controller, int last_controller, const std::array<u8, 7>& location)
|
||||
: usb_device_emulated(location)
|
||||
{
|
||||
this->first_controller = first_controller;
|
||||
this->last_controller = last_controller;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue