X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=2f5357af9530c948052a34509aa6f438fa14b6e4;hb=02da059d71b20efd72efbd1009b8f42ab1e4bd02;hp=192d268c3c7f7ec96c7e07e179bd0a630babcb68;hpb=35e3031aaab69be3703de3b6ce0cfa64aae5ece8;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 192d268..2f5357a 100644 --- a/platform/common/emu.h +++ b/platform/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)