Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 180:e6dcf9b65658
prev167:71c0cc416a64
next295:6637664291a8
author nkeynes
date Tue Sep 26 11:05:38 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add BT, BT/S, CMP/EQ, CMP/GE, CMP/GT, CMP/HI, CMP/HS tests
Add general slot-illegal exception test
file annotate diff log raw
1.1 --- a/src/dreamcast.h Mon Jun 19 11:00:42 2006 +0000
1.2 +++ b/src/dreamcast.h Tue Sep 26 11:05:38 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.h,v 1.10 2006-06-19 11:00:40 nkeynes Exp $
1.6 + * $Id: dreamcast.h,v 1.11 2006-07-02 04:59:00 nkeynes Exp $
1.7 *
1.8 * Public interface for dreamcast.c -
1.9 * Central switchboard for the system. This pulls all the individual modules
1.10 @@ -35,7 +35,7 @@
1.11 #define CONFIG_TYPE_PATH 2
1.12 #define CONFIG_TYPE_KEY 3
1.13
1.14 -#define DEFAULT_CONFIG_FILENAME "dream.conf"
1.15 +#define DEFAULT_CONFIG_FILENAME "lxdream.rc"
1.16
1.17 typedef struct dreamcast_config_entry {
1.18 const gchar *key;
.