Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 422:61a0598e07ff
prev414:fd8e96bc513e
next435:7a5d71e8560b
author nkeynes
date Sun Oct 07 06:03:22 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix compilation warnings
file annotate diff log raw
1.1 --- a/src/main.c Wed Oct 03 08:22:27 2007 +0000
1.2 +++ b/src/main.c Sun Oct 07 06:03:22 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: main.c,v 1.26 2007-10-03 08:22:27 nkeynes Exp $
1.6 + * $Id: main.c,v 1.27 2007-10-06 09:00:10 nkeynes Exp $
1.7 *
1.8 * Main program, initializes dreamcast and gui, then passes control off to
1.9 * the gtk main loop (currently).
1.10 @@ -28,10 +28,14 @@
1.11 #include "gui/gui.h"
1.12 #include "dream.h"
1.13 #include "syscall.h"
1.14 +#include "mem.h"
1.15 #include "dreamcast.h"
1.16 +#include "display.h"
1.17 +#include "loader.h"
1.18 #include "aica/audio.h"
1.19 -#include "display.h"
1.20 +#include "gdrom/gdrom.h"
1.21 #include "maple/maple.h"
1.22 +#include "sh4/sh4core.h"
1.23
1.24 #define S3M_PLAYER "s3mplay.bin"
1.25
.