mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X: *Really* fix compat with older versions of pcsx2 this time (0.9.4 and prior) >_<
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1415 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
9d091450b1
commit
101dbdd132
|
@ -372,6 +372,7 @@ EXPORT_C_(u16) SPU2read(u32 rmem)
|
|||
}
|
||||
else
|
||||
{
|
||||
if( cyclePtr != NULL )
|
||||
TimeUpdate( *cyclePtr );
|
||||
|
||||
if (rmem>>16 == 0x1f80)
|
||||
|
|
Loading…
Reference in New Issue