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:
Jake.Stine 2009-06-21 08:24:17 +00:00
parent 9d091450b1
commit 101dbdd132
1 changed files with 2 additions and 1 deletions

View File

@ -372,7 +372,8 @@ EXPORT_C_(u16) SPU2read(u32 rmem)
}
else
{
TimeUpdate( *cyclePtr );
if( cyclePtr != NULL )
TimeUpdate( *cyclePtr );
if (rmem>>16 == 0x1f80)
{