mirror of https://github.com/PCSX2/pcsx2.git
SPU2: Fix savestate loading setting incorrect variable
This commit is contained in:
parent
f26cc38b80
commit
1ec83dc790
|
@ -152,7 +152,7 @@ s32 SPU2Savestate::ThawIt(DataBlock& spud)
|
||||||
|
|
||||||
for (u32 i = 0; i < 2; i++)
|
for (u32 i = 0; i < 2; i++)
|
||||||
{
|
{
|
||||||
V_Core& core = spud.Cores[i];
|
V_Core& core = Cores[i];
|
||||||
FIX_POINTER(core.DMAPtr);
|
FIX_POINTER(core.DMAPtr);
|
||||||
FIX_POINTER(core.DMARPtr);
|
FIX_POINTER(core.DMARPtr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue