Search
lxdream.org :: lxdream/src/dream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dream.h
changeset 265:5daf59b7f31b
prev220:f72f8a7dff88
next422:61a0598e07ff
author nkeynes
date Mon Jan 15 08:32:09 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Break vram routines out into pvr2mem.c
Initial (untested) implementation of stride textures
Hookup YUV converter code in pvr2.c
file annotate diff log raw
1.1 --- a/src/dream.h Tue Sep 12 08:36:09 2006 +0000
1.2 +++ b/src/dream.h Mon Jan 15 08:32:09 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dream.h,v 1.11 2006-09-12 08:36:09 nkeynes Exp $
1.6 + * $Id: dream.h,v 1.12 2007-01-06 04:06:36 nkeynes Exp $
1.7 *
1.8 * Miscellaneous application-wide declarations (mainly logging atm)
1.9 *
1.10 @@ -86,6 +86,7 @@
1.11 extern struct dreamcast_module maple_module;
1.12 extern struct dreamcast_module pvr2_module;
1.13 extern struct dreamcast_module gui_module;
1.14 +extern struct dreamcast_module eventq_module;
1.15 extern struct dreamcast_module unknown_module;
1.16
1.17 /*************************** Logging **************************/
.