summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpcsxcore/psxcounters.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c
index 9b3291e1..39a2ecc5 100644
--- a/libpcsxcore/psxcounters.c
+++ b/libpcsxcore/psxcounters.c
@@ -65,8 +65,9 @@ static const u32 CountToOverflow = 0;
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 VBlankStart[] = { 240, 256 };
+static const u32 VBlankStart[] = { 243, 256 };
+static const u32 HSyncTotal[] = { 263, 313 };
static const u32 SpuUpdInterval[] = { 23, 22 };
static const s32 VerboseLevel = 0;