diff --git a/code_templates/gc_dumper.c b/code_templates/gc_dumper.c index cb81d1f..49b99c5 100644 --- a/code_templates/gc_dumper.c +++ b/code_templates/gc_dumper.c @@ -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; diff --git a/libs/libusbhsfs b/libs/libusbhsfs index c1f63a9..014c925 160000 --- a/libs/libusbhsfs +++ b/libs/libusbhsfs @@ -1 +1 @@ -Subproject commit c1f63a931df0c6d07f8f2c91ef6352657acbdb2d +Subproject commit 014c925c2460095f602947e7a7bbfc5a890728d2