diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-07-06 10:05:40 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-07-06 10:05:40 +0000 |
commit | 83fe3a2af8bd2b7a70f0bd9a7d5853bd952e3678 (patch) | |
tree | 260513b353785db0a4937dcda6bfb1d2616419f8 /source/gui.c | |
parent | 06f2daa56e0eb8e592c015b07dbeb787bb081e4d (diff) |
Tweaks to version macro and gfxInit
Diffstat (limited to 'source/gui.c')
-rw-r--r-- | source/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |