Attempt at sceAtracResetPlayPosition().

This commit is contained in:
Unknown W. Brackets 2013-02-01 23:16:18 -08:00
parent acdbc20024
commit 56e051a9c4

View file

@ -386,6 +386,9 @@ u32 sceAtracResetPlayPosition(int atracID, int sample, int bytesWrittenFirstBuf,
Atrac *atrac = getAtrac(atracID);
if (!atrac) {
//return -1;
} else {
// TODO: Not sure what this means?
atrac->decodePos = sample;
}
return 0;
}