From 0541f4a462ab5709f7e7118f72526233ac3211f2 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Wed, 8 Oct 2008 19:21:34 +0000 Subject: [PATCH] Just a reminder that counters don't work 100% yet. git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@178 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/Counters.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/Counters.c b/pcsx2/Counters.c index 54cc4028d6..393e40f688 100644 --- a/pcsx2/Counters.c +++ b/pcsx2/Counters.c @@ -522,6 +522,7 @@ void rcntUpdate() counters[5].count -= counters[5].Cycle; } counters[5].count++; + //the line below brings back magna carta loading animation, but breaks vsyncs >< (rama) //counters[5].sCycleT += VBLANKCNT(1); counters[5].CycleT = VBLANKCNT(counters[5].count) - (VBLANKCNT(1)/2); //SysPrintf("%x frames done in %x cycles cpuRegs.cycle = %x cycletdiff %x\n", counters[5].Cycle, counters[5].sCycleT, cpuRegs.cycle, (counters[5].CycleT - VBLANKCNT(1)) - (cpuRegs.cycle - counters[5].sCycleT));