summaryrefslogtreecommitdiff
path: root/source/main.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2023-04-23 10:30:44 +0800
committerIan C <ianc@noddybox.co.uk>2023-04-23 10:30:44 +0800
commit62e0729de4b856d1230e5fd2d6558c188386a683 (patch)
treec62ba2584aed4cf19ce0a1592305c806fde9dde9 /source/main.c
parentd68d6a14ba9c37eef243d6b739d590ec0f05c6c4 (diff)
Added global last_dir[] to record last file selector dir.HEADmaster
Diffstat (limited to 'source/main.c')
-rw-r--r--source/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/main.c b/source/main.c
index 9e4e9b2..fbd7583 100644
--- a/source/main.c
+++ b/source/main.c
@@ -765,6 +765,7 @@ int main(int argc, char *argv[])
gfxInit(GSP_RGB565_OES, GSP_RGB565_OES, false);
FB_Init();
+ GUI_Init();
z80 = Z80Init(ZX81ReadMem,
ZX81WriteMem,