X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=ecd9ba18f7bb7f3920260fcc82b36e956a8e74cc;hb=b24e0f6ce6e8a59ba43597520709ca79fa36ff8e;hp=28aed4f624c0406c6e150275fd2507ad85bace5e;hpb=cc41eb4fa36c1ebe724efd4c81962cbc9046ac57;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 28aed4f..ecd9ba1 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -99,6 +99,7 @@ enum TPicoGameState { void emu_init(void); void emu_finish(void); +void emu_loop(void); int emu_reload_rom(char *rom_fname); int emu_save_load_game(int load, int sram); @@ -122,6 +123,7 @@ void emu_update_input(void); void emu_get_game_name(char *str150); void emu_set_fastforward(int set_on); int emu_cd_check(int *pregion, char *fname_in); +void emu_status_msg(const char *format, ...); #ifdef __cplusplus } // extern "C"