Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 1041:5fcc39857c5c
prev1038:f220d18c0615
next1065:bc1cc0c54917
author nkeynes
date Fri Jun 26 13:53:54 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Do the save-to-temp and rename thing when saving VMUs, for the sake of limiting corruption possibilities
file annotate diff log raw
1.1 --- a/src/main.c Thu Jun 25 01:15:25 2009 +0000
1.2 +++ b/src/main.c Fri Jun 26 13:53:54 2009 +0000
1.3 @@ -21,6 +21,7 @@
1.4 #include <unistd.h>
1.5 #include <getopt.h>
1.6 #include "lxdream.h"
1.7 +#include "lxpaths.h"
1.8 #include "gettext.h"
1.9 #include "mem.h"
1.10 #include "dreamcast.h"
.