Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 1100:50e702af9373
prev1072:d82e04e6d497
author nkeynes
date Tue Feb 28 17:25:26 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Implement display output for the GLES2 case (no fixed function
rendering)
file annotate diff log raw
1.1 --- a/src/dreamcast.h Tue Jul 21 20:33:21 2009 +1000
1.2 +++ b/src/dreamcast.h Tue Feb 28 17:25:26 2012 +1000
1.3 @@ -37,9 +37,9 @@
1.4
1.5 struct lxdream_config_group; // Forward declaration
1.6
1.7 -void dreamcast_configure(void);
1.8 +void dreamcast_configure(gboolean use_bootrom);
1.9 void dreamcast_configure_aica_only(void);
1.10 -void dreamcast_init(void);
1.11 +void dreamcast_init(gboolean use_bootrom);
1.12 void dreamcast_reset(void);
1.13 void dreamcast_run(void);
1.14 void dreamcast_set_run_time( unsigned int seconds, unsigned int nanosecs );
1.15 @@ -86,6 +86,7 @@
1.16 * allocation and does not need to be freed separately)
1.17 */
1.18 frame_buffer_t dreamcast_load_preview( const gchar *filename );
1.19 +gboolean dreamcast_load_fakebios();
1.20
1.21 #define SCENE_SAVE_MAGIC "%!-lxDream!Scene"
1.22 #define SCENE_SAVE_VERSION 0x00010000
.