X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=e03bc9482b825c1bdee1f5292c7a281597138470;hb=576ed19eaafd9d1971459bdfe1ab182b29e99ed4;hp=db0b1ec89313ef481205e3f4ade4221e54622d89;hpb=6ff2f6b3e7e69fbb38fd8f8ffd5526d1e838cd1d;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index db0b1ec8..e03bc948 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -60,7 +60,7 @@ static const u32 CountToOverflow = 0; static const u32 CountToTarget = 1; static const u32 FrameRate[] = { 60, 50 }; -static const u32 HSyncTotal[] = { 263, 313 }; +static const u32 HSyncTotal[] = { 263, 314 }; // actually one more on odd lines for PAL #define VBlankStart 240 #define VERBOSE_LEVEL 0