mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-04-29 06:49:24 -04: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,
|
||||
desc.idVendor,
|
||||
desc.idProduct,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
libusb_get_bus_number(dev),
|
||||
|
|
Loading…
Add table
Reference in a new issue