From: gameblabla Date: Wed, 10 Nov 2021 19:23:55 +0000 (+0100) Subject: One more on odd lines for PAL HSYNC X-Git-Tag: r24l~541^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9836fd611f6769b90b9428f2347d068a2e82be1;p=pcsx_rearmed.git One more on odd lines for PAL HSYNC As done by Duckstation https://github.com/stenzek/duckstation/blob/bbcf1c67d1aefd5de9cdc9c158f92bc7aaecaa63/src/core/gpu.h#L56 --- 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