Search
lxdream.org :: lxdream/src/dreamcast.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.c
changeset 1041:5fcc39857c5c
prev1038:f220d18c0615
next1065:bc1cc0c54917
author nkeynes
date Sun Jun 28 12:07:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Fix handling of rename failure
Fix boneheadedness in get_filename_at
file annotate diff log raw
1.1 --- a/src/dreamcast.c Thu Jun 25 01:15:25 2009 +0000
1.2 +++ b/src/dreamcast.c Sun Jun 28 12:07:21 2009 +0000
1.3 @@ -21,6 +21,7 @@
1.4 #include <glib.h>
1.5 #include <unistd.h>
1.6 #include "lxdream.h"
1.7 +#include "lxpaths.h"
1.8 #include "dream.h"
1.9 #include "mem.h"
1.10 #include "dreamcast.h"
1.11 @@ -135,6 +136,7 @@
1.12 }
1.13 g_free(bios_path);
1.14 g_free(flash_path);
1.15 + reset_gui_paths();
1.16 }
1.17
1.18 void dreamcast_save_flash()
.