Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 883:b275b4fee639
prev851:41e8ae2c114b
next922:8a8361264b1e
author nkeynes
date Mon Oct 20 06:19:07 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove run button disabling, instead print an error when attempting to run in an unrunnable situation and stop.
file annotate diff log raw
1.1 --- a/src/dreamcast.h Mon Sep 08 11:23:32 2008 +0000
1.2 +++ b/src/dreamcast.h Mon Oct 20 06:19:07 2008 +0000
1.3 @@ -61,7 +61,7 @@
1.4 void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point );
1.5
1.6 #define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0"
1.7 -#define DREAMCAST_SAVE_VERSION 0x00010004
1.8 +#define DREAMCAST_SAVE_VERSION 0x00010005
1.9
1.10 int dreamcast_save_state( const gchar *filename );
1.11 int dreamcast_load_state( const gchar *filename );
.