From 06f2daa56e0eb8e592c015b07dbeb787bb081e4d Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 5 Jul 2021 21:37:37 +0000 Subject: Added TAP file loading. --- source/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/gui.c') diff --git a/source/gui.c b/source/gui.c index 604f910..94b7f94 100644 --- a/source/gui.c +++ b/source/gui.c @@ -59,6 +59,8 @@ typedef struct static FSEL_File fsel[FSEL_MAX_FILES]; +char last_dir[FILENAME_MAX] = "/"; + static void CheckPath(char *path) { -- cgit v1.2.3