diff --git a/source/mainLoop.cpp b/source/mainLoop.cpp index 67160b2..1e1c111 100644 --- a/source/mainLoop.cpp +++ b/source/mainLoop.cpp @@ -265,7 +265,7 @@ Result mainLoop() WriteToLog("Interface state was changed"); eventClear(usbHsGetInterfaceStateChangeEvent()); - UsbHsInterface interfaces[4]; + UsbHsInterface interfaces[16]; s32 total_entries; rc = usbHsQueryAcquiredInterfaces(interfaces, sizeof(interfaces), &total_entries);