From 91f412c2959e77ea744a13b0592020c50982c623 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Sat, 2 Oct 2021 14:53:16 +0000 Subject: [PATCH] One more on odd lines for PAL HSYNC (#224) As done by Duckstation https://github.com/stenzek/duckstation/blob/bbcf1c67d1aefd5de9cdc9c158f92bc7aaecaa63/src/core/gpu.h#L56 --- libpcsxcore/psxcounters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c index 283173b5..bd0f09b9 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 -- 2.39.2