X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxcounters.c;h=184a4c9cc8c8852cba28226865d067951598294b;hp=f6c1bc448cb2e0941821fd1b62dd49aab91c7a0a;hb=aecf98c59e00a1bd893cb0af3b7d0771f01e0185;hpb=c7071c43bac47c363e2752365ce32580a8c46b95 diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index f6c1bc44..184a4c9c 100644 --- a/libpcsxcore/psxcounters.c +++ b/libpcsxcore/psxcounters.c @@ -66,7 +66,7 @@ static const u32 CountToTarget = 1; static const u32 FrameRate[] = { 60, 50 }; static const u32 VBlankStart[] = { 240, 256 }; -static const u32 HSyncTotal[] = { 262, 312 }; +static const u32 HSyncTotal[] = { 263, 313 }; static const u32 SpuUpdInterval[] = { 23, 22 }; static const s32 VerboseLevel = 0;