From 34eaec93f3ec32722ea33748b16789ef7f193a5c Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sat, 8 Dec 2007 16:38:50 +0000 Subject: [PATCH] whoops forgot somet --- pcsx2/PsxCounters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/PsxCounters.c b/pcsx2/PsxCounters.c index 2096f45..649db1a 100644 --- a/pcsx2/PsxCounters.c +++ b/pcsx2/PsxCounters.c @@ -20,7 +20,7 @@ #include #include "PsxCommon.h" -psxCounter psxCounters[9]; +psxCounter psxCounters[8]; u32 psxNextCounter, psxNextsCounter; static int cnts = 6; u8 psxhblankgate = 0;