Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 167:71c0cc416a64
prev144:7f0714e89aaa
next180:e6dcf9b65658
author nkeynes
date Tue Jun 27 09:34:27 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Update for change to bootstrap dumper
file annotate diff log raw
1.1 --- a/src/dreamcast.h Mon May 15 08:28:52 2006 +0000
1.2 +++ b/src/dreamcast.h Tue Jun 27 09:34:27 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dreamcast.h,v 1.9 2006-05-15 08:28:48 nkeynes Exp $
1.6 + * $Id: dreamcast.h,v 1.10 2006-06-19 11:00:40 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 @@ -63,6 +63,14 @@
1.11
1.12 extern struct dreamcast_config_group dreamcast_config_root[];
1.13
1.14 +/* Global config values */
1.15 +const gchar *dreamcast_get_config_value( int key );
1.16 +#define CONFIG_BIOS_PATH 0
1.17 +#define CONFIG_FLASH_PATH 1
1.18 +#define CONFIG_DEFAULT_PATH 2
1.19 +#define CONFIG_SAVE_PATH 3
1.20 +#define CONFIG_BOOTSTRAP 4
1.21 +
1.22 #ifdef __cplusplus
1.23 }
1.24 #endif
.