Search
lxdream.org :: lxdream/src/config.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.c
changeset 1296:30ecee61f811
prev1144:00dd49743974
author nkeynes
date Sun May 24 19:46:06 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Remove static from gl_load_frame_buffer() - also needed by video_egl.c
Fix error location in gl_frame_buffer_to_tex
file annotate diff log raw
1.1 --- a/src/config.c Mon Nov 08 14:12:10 2010 +1000
1.2 +++ b/src/config.c Sun May 24 19:46:06 2015 +1000
1.3 @@ -21,8 +21,7 @@
1.4 #include <errno.h>
1.5 #include <stdlib.h>
1.6 #include <string.h>
1.7 -#include <glib/gmem.h>
1.8 -#include <glib/gstrfuncs.h>
1.9 +#include <glib.h>
1.10 #include <sys/types.h>
1.11 #include <sys/stat.h>
1.12 #include "dreamcast.h"
.