mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Reset failedDecode when the game sets new data.
Should not last forever.
This commit is contained in:
parent
d97dfac594
commit
aac603534a
@ -207,6 +207,9 @@ struct Atrac {
|
||||
|
||||
if (atracContext.IsValid())
|
||||
kernelMemory.Free(atracContext.ptr);
|
||||
|
||||
// Clean slate time.
|
||||
failedDecode = false;
|
||||
}
|
||||
|
||||
void SetBufferState() {
|
||||
|
Loading…
Reference in New Issue
Block a user