mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
nsyshid: Initialise interface index as 0 (#1473)
This commit is contained in:
parent
07cd402531
commit
eab1b24320
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ namespace nsyshid::backend::libusb
|
||||||
auto device = std::make_shared<DeviceLibusb>(m_ctx,
|
auto device = std::make_shared<DeviceLibusb>(m_ctx,
|
||||||
desc.idVendor,
|
desc.idVendor,
|
||||||
desc.idProduct,
|
desc.idProduct,
|
||||||
1,
|
0,
|
||||||
2,
|
2,
|
||||||
0,
|
0,
|
||||||
libusb_get_bus_number(dev),
|
libusb_get_bus_number(dev),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue