Skip to content

Commit

Permalink
Temp work for Coded Arms Contagion and Gripshift
Browse files Browse the repository at this point in the history
But break Code_Lyoko_Quest_for_Infinity_USA
  • Loading branch information
sum2012 committed Dec 18, 2020
1 parent 738d9c8 commit 061a598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/HLE/sceAtrac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,8 @@ static u32 sceAtracAddStreamData(int atracID, u32 bytesToAdd) {

atrac->first_.offset += bytesToAdd;
atrac->bufferValidBytes_ += bytesToAdd;

atrac->SeekToSample(atrac->loopStartSample_ - atrac->FirstOffsetExtra() - atrac->firstSampleOffset_);

return hleLogSuccessI(ME, 0);
}

Expand Down

0 comments on commit 061a598

Please sign in to comment.