Skip to content

Commit

Permalink
Reset failedDecode when the game sets new data.
Browse files Browse the repository at this point in the history
Should not last forever.
  • Loading branch information
unknownbrackets committed Sep 14, 2015
1 parent 6d2eb31 commit 3536221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/HLE/sceAtrac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ struct Atrac {

if (atracContext.IsValid())
kernelMemory.Free(atracContext.ptr);

// Clean slate time.
failedDecode = false;
}

void DoState(PointerWrap &p) {
Expand Down

0 comments on commit 3536221

Please sign in to comment.