mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-20 09:31:02 +00:00
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,7 +372,8 @@ EXPORT_C_(u16) SPU2read(u32 rmem)
|
||||
}
|
||||
else
|
||||
{
|
||||
TimeUpdate( *cyclePtr );
|
||||
if( cyclePtr != NULL )
|
||||
TimeUpdate( *cyclePtr );
|
||||
|
||||
if (rmem>>16 == 0x1f80)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user