mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
haze: fix bMaxPacketSize0
This commit is contained in:
parent
693fb423cb
commit
dc8c4e838e
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ namespace haze {
|
|||
R_TRY(usbDsSetUsbDeviceDescriptor(UsbDeviceSpeed_High, std::addressof(device_descriptor)));
|
||||
|
||||
device_descriptor.bcdUSB = 0x0300;
|
||||
device_descriptor.bMaxPacketSize0 = 0x09;
|
||||
R_TRY(usbDsSetUsbDeviceDescriptor(UsbDeviceSpeed_Super, std::addressof(device_descriptor)));
|
||||
|
||||
/* Binary Object Store */
|
||||
|
|
Loading…
Add table
Reference in a new issue