X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=2f5357af9530c948052a34509aa6f438fa14b6e4;hb=f71361b521c9c64351ea99ed97627a606c642008;hp=ecd9ba18f7bb7f3920260fcc82b36e956a8e74cc;hpb=b5bfb86438216d502f1f9ed14b923d3b0107c07d;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index ecd9ba1..2f5357a 100644 --- a/common/emu.h +++ b/common/emu.h @@ -32,7 +32,7 @@ extern int g_screen_height; #define EOPT_EN_CD_LEDS (1<<10) #define EOPT_CONFIRM_LOAD (1<<11) #define EOPT_A_SN_GAMMA (1<<12) -#define EOPT_PSYNC (1<<13) +#define EOPT_VSYNC (1<<13) #define EOPT_GIZ_SCANLN (1<<14) #define EOPT_GIZ_DBLBUF (1<<15) #define EOPT_VSYNC_MODE (1<<16) @@ -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