# HG changeset patch # User nkeynes # Date 1195730037 0 # Node ID 3c3a4bd771788042f2f5434a41f509d4f50db835 # Parent 361ec0a70cf2cf75ace136bd74814e257ba157b1 Add prototype for dreamcast_program_loaded (missed previous commit) --- a/src/dreamcast.h Thu Nov 22 11:10:15 2007 +0000 +++ b/src/dreamcast.h Thu Nov 22 11:13:57 2007 +0000 @@ -53,6 +53,12 @@ */ gboolean dreamcast_can_run(void); +/** + * Notify the VM that a program (ELF or other binary) has been loaded. + * + */ +void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point ); + #define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0" #define DREAMCAST_SAVE_VERSION 0x00010002