diff --git a/src/core/spu.cpp b/src/core/spu.cpp index 922dfc5c6..6f764fb7f 100644 --- a/src/core/spu.cpp +++ b/src/core/spu.cpp @@ -146,6 +146,7 @@ bool SPU::DoState(StateWrapper& sw) { m_system->GetHostInterface()->GetAudioStream()->EmptyBuffers(); UpdateEventInterval(); + UpdateTransferEvent(); } return !sw.HasError();