1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00

Update usbHsFsInitialize() call to reflect changes in libusbhsfs.

This commit is contained in:
Pablo Curiel 2020-11-28 02:56:54 -04:00
parent 6bbe0aca19
commit 7899fc419c

View file

@ -109,7 +109,7 @@ bool utilsInitializeResources(void)
}
/* Initialize USB host FS interface. */
rc = usbHsFsInitialize();
rc = usbHsFsInitialize(0);
if (R_FAILED(rc))
{
LOGFILE("Failed to initialize USB host FS interface! (0x%08X).", rc);