X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.h;h=59fa7a1eb7e3b3a9648d1dd21f8eb6e2df1bfb75;hb=609d0c070d716f8043dc92d04cdf48fc8535fb0b;hp=192d268c3c7f7ec96c7e07e179bd0a630babcb68;hpb=6b8796e2a8aae2d41aeec2be4d385b4905c8c19b;p=libpicofe.git diff --git a/common/emu.h b/common/emu.h index 192d268..59fa7a1 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) @@ -91,6 +91,7 @@ enum TPicoGameState { PGS_KeyConfig, PGS_ReloadRom, PGS_Menu, + PGS_TrayMenu, PGS_RestartRun, PGS_Suspending, /* PSP */ PGS_SuspendWake, /* PSP */ @@ -112,7 +113,6 @@ int emu_write_config(int game); char *emu_get_save_fname(int load, int is_sram, int slot); int emu_check_save_file(int slot); -void emu_setSaveStateCbs(int gz); void emu_text_out8 (int x, int y, const char *text); void emu_text_out16(int x, int y, const char *text);