From 9612c307f00c4313d73fe0c3a86c05c8d8cd514e Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 16 Dec 2024 18:09:46 +1300 Subject: Create intermediate parent directories when creating a new file --- arm9/source/devices/file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm9/source/devices/file.h') diff --git a/arm9/source/devices/file.h b/arm9/source/devices/file.h index efff684..f295e89 100644 --- a/arm9/source/devices/file.h +++ b/arm9/source/devices/file.h @@ -35,6 +35,8 @@ void init_filesystem(); bool filesystem_enabled(); + void create_parents(u8 *path); + void fs_push_entry(FileDevice *fs, u8 byte); void fs_push_action(FileDevice *fs, u8 byte); bool fs_push_byte(PathBuf *buf, u8 byte); -- cgit v1.2.3-70-g09d2