X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=192d268c3c7f7ec96c7e07e179bd0a630babcb68;hb=6b8796e2a8aae2d41aeec2be4d385b4905c8c19b;hp=ecd9ba18f7bb7f3920260fcc82b36e956a8e74cc;hpb=0d6fbb2c33a0b9eee5fcc1162f5c799bdae9e89a;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index ecd9ba1..192d268 100644 --- a/common/emu.h +++ b/common/emu.h @@ -102,6 +102,7 @@ void emu_finish(void); void emu_loop(void); int emu_reload_rom(char *rom_fname); +int emu_swap_cd(const char *fname); int emu_save_load_game(int load, int sram); void emu_reset_game(void); @@ -122,7 +123,6 @@ void emu_make_path(char *buff, const char *end, int size); 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