mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-02-02 11:52:35 +01:00
nsyshid: Initialise interface index as 0 (#1473)
This commit is contained in:
parent
07cd402531
commit
eab1b24320
@ -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…
x
Reference in New Issue
Block a user