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 +- source/main.c | 6 ++---- 2 files changed, 3 insertions(+), 5 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) diff --git a/source/main.c b/source/main.c index 0610a6f..46eccfe 100644 --- a/source/main.c +++ b/source/main.c @@ -33,9 +33,7 @@ #include "snapshot.h" #include "snap.h" -#ifndef DSSPEC_VERSION -#define DSSPEC_VERSION "DEV " __TIME__ "/" __DATE__ -#endif +#define DSSPEC_VERSION "DEVEL" #ifndef TRUE #define TRUE 1 @@ -238,7 +236,7 @@ int main(int argc, char *argv[]) Z80 *z80; int quit = FALSE; - gfxInit(GSP_RGB565_OES, GSP_RGB565_OES, false); + gfxInit(GSP_RGB565_OES, GSP_RGB565_OES, FALSE); FB_Init(); -- cgit v1.2.3