Search
lxdream.org :: lxdream/src/dreamcast.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.c
changeset 265:5daf59b7f31b
prev180:e6dcf9b65658
next277:fcc1274776cb
author nkeynes
date Fri Jan 12 10:15:06 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix crash on translucent sprites (mishandling quad array)
file annotate diff log raw
1.1 --- a/src/dreamcast.c Sun Jul 02 04:59:00 2006 +0000
1.2 +++ b/src/dreamcast.c Fri Jan 12 10:15:06 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.c,v 1.18 2006-07-02 04:59:00 nkeynes Exp $
1.6 + * $Id: dreamcast.c,v 1.19 2007-01-06 04:06:36 nkeynes Exp $
1.7 * Central switchboard for the system. This pulls all the individual modules
1.8 * together into some kind of coherent structure. This is also where you'd
1.9 * add Naomi support, if I ever get a board to play with...
1.10 @@ -58,6 +58,7 @@
1.11 */
1.12 void dreamcast_configure( )
1.13 {
1.14 + dreamcast_register_module( &eventq_module );
1.15 /* Register the memory framework */
1.16 dreamcast_register_module( &mem_module );
1.17
.