diff --git a/Core/HLE/sceAtrac.cpp b/Core/HLE/sceAtrac.cpp index 92760fba14d7..7bd3c7dcfc85 100644 --- a/Core/HLE/sceAtrac.cpp +++ b/Core/HLE/sceAtrac.cpp @@ -179,6 +179,9 @@ struct Atrac { if (atracContext.IsValid()) kernelMemory.Free(atracContext.ptr); + + // Clean slate time. + failedDecode = false; } void SetBufferState() {