mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-23 02:36:41 +00:00
Update usbHsFsInitialize() call to reflect changes in libusbhsfs.
This commit is contained in:
parent
6bbe0aca19
commit
7899fc419c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ bool utilsInitializeResources(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize USB host FS interface. */
|
/* Initialize USB host FS interface. */
|
||||||
rc = usbHsFsInitialize();
|
rc = usbHsFsInitialize(0);
|
||||||
if (R_FAILED(rc))
|
if (R_FAILED(rc))
|
||||||
{
|
{
|
||||||
LOGFILE("Failed to initialize USB host FS interface! (0x%08X).", rc);
|
LOGFILE("Failed to initialize USB host FS interface! (0x%08X).", rc);
|
||||||
|
|
Loading…
Reference in a new issue