SPU2: Fix savestate loading setting incorrect variable

This commit is contained in:
refractionpcsx2 2023-04-11 17:57:42 +01:00
parent f26cc38b80
commit 1ec83dc790
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ s32 SPU2Savestate::ThawIt(DataBlock& spud)
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.DMARPtr);
}