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:
parent
3aae84a025
commit
665a5baf7e
2 changed files with 2 additions and 2 deletions
|
@ -954,7 +954,7 @@ static bool saveGameCardImage(void)
|
|||
goto end;
|
||||
}
|
||||
} else {
|
||||
if (!utilsGetFileSystemStatsByPath(path, NULL, &free_space))
|
||||
if (!utilsGetFileSystemStatsByPath(filename, NULL, &free_space))
|
||||
{
|
||||
consolePrint("failed to retrieve free space from selected device\n");
|
||||
goto end;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c1f63a931df0c6d07f8f2c91ef6352657acbdb2d
|
||||
Subproject commit 014c925c2460095f602947e7a7bbfc5a890728d2
|
Loading…
Reference in a new issue