From 665a5baf7e8b348125911d0178e00dd2a9c2efe2 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Thu, 5 Jan 2023 01:30:12 +0100 Subject: [PATCH] Update libusbhsfs. Also fixed a small bug in the gc_dumper PoC. --- code_templates/gc_dumper.c | 2 +- libs/libusbhsfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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