mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
3b0f153dbb
commit
0541f4a462
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue