diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-07-05 21:37:37 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-07-05 21:37:37 +0000 |
commit | 06f2daa56e0eb8e592c015b07dbeb787bb081e4d (patch) | |
tree | 59c9a9c05fff8e4aff8b7ad045dc739151a7a027 /source/gui.c | |
parent | 0bc192bffbf28ba5733ae955916e5ebc72f3641f (diff) |
Added TAP file loading.
Diffstat (limited to 'source/gui.c')
-rw-r--r-- | source/gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |