mirror of https://github.com/PCSX2/pcsx2.git
Looks like the new PCR/TIMR code wasn't called correctly in recMFC0.
This broke Fatal Frame (yes, again..). Thanks to Nneeve for finding and fixing it so fast :) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@793 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7a0e3dca12
commit
3f87ae7078
|
@ -165,8 +165,12 @@ void recMFC0( void )
|
|||
break;
|
||||
|
||||
case 1:
|
||||
CALLFunc( (uptr)COP0_UpdatePCCR );
|
||||
MOV32MtoR(EAX, (uptr)&cpuRegs.PERF.n.pcr0);
|
||||
break;
|
||||
case 3:
|
||||
CALLFunc( (uptr)COP0_UpdatePCCR );
|
||||
MOV32MtoR(EAX, (uptr)&cpuRegs.PERF.n.pcr1);
|
||||
break;
|
||||
}
|
||||
_deleteEEreg(_Rt_, 0);
|
||||
|
|
Loading…
Reference in New Issue