summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/gui.c2
-rw-r--r--source/main.c6
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();