1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-08 11:51:48 +00:00

Update libusbhsfs.

Also fixed a small bug in the gc_dumper PoC.
This commit is contained in:
Pablo Curiel 2023-01-05 01:30:12 +01:00
parent 3aae84a025
commit 665a5baf7e
2 changed files with 2 additions and 2 deletions

View file

@ -954,7 +954,7 @@ static bool saveGameCardImage(void)
goto end; goto end;
} }
} else { } else {
if (!utilsGetFileSystemStatsByPath(path, NULL, &free_space)) if (!utilsGetFileSystemStatsByPath(filename, NULL, &free_space))
{ {
consolePrint("failed to retrieve free space from selected device\n"); consolePrint("failed to retrieve free space from selected device\n");
goto end; goto end;

@ -1 +1 @@
Subproject commit c1f63a931df0c6d07f8f2c91ef6352657acbdb2d Subproject commit 014c925c2460095f602947e7a7bbfc5a890728d2