Search
lxdream.org :: lxdream :: r544:3c3a4bd77178
lxdream 0.9.1
released Jun 29
Download Now
changeset544:3c3a4bd77178
parent543:361ec0a70cf2
child545:fdcdcd8b9fd1
authornkeynes
dateThu Nov 22 11:13:57 2007 +0000 (16 years ago)
Add prototype for dreamcast_program_loaded (missed previous commit)
src/dreamcast.h
1.1 --- a/src/dreamcast.h Thu Nov 22 11:10:15 2007 +0000
1.2 +++ b/src/dreamcast.h Thu Nov 22 11:13:57 2007 +0000
1.3 @@ -53,6 +53,12 @@
1.4 */
1.5 gboolean dreamcast_can_run(void);
1.6
1.7 +/**
1.8 + * Notify the VM that a program (ELF or other binary) has been loaded.
1.9 + *
1.10 + */
1.11 +void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point );
1.12 +
1.13 #define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0"
1.14 #define DREAMCAST_SAVE_VERSION 0x00010002
1.15
.