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
This commit is contained in:
ramapcsx2 2008-10-08 19:21:34 +00:00 committed by Gregory Hainaut
parent 3b0f153dbb
commit 0541f4a462
1 changed files with 1 additions and 0 deletions

View File

@ -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));