From aecf98c59e00a1bd893cb0af3b7d0771f01e0185 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 5 Jul 2011 18:45:30 +0300 Subject: [PATCH] psxcounters: merge shalma's suggestion http://www.gp32x.com/board/index.php?/topic/57973-pcsx-rearmed/page__view__findpost__p__952577 --- libpcsxcore/psxcounters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2