From 83fe3a2af8bd2b7a70f0bd9a7d5853bd952e3678 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 6 Jul 2021 10:05:40 +0000 Subject: Tweaks to version macro and gfxInit --- source/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gui.c') diff --git a/source/gui.c b/source/gui.c index 94b7f94..b8b5c75 100644 --- a/source/gui.c +++ b/source/gui.c @@ -59,7 +59,7 @@ typedef struct static FSEL_File fsel[FSEL_MAX_FILES]; -char last_dir[FILENAME_MAX] = "/"; +char last_dir[FILENAME_MAX] = "/3DS/"; static void CheckPath(char *path) -- cgit v1.2.3