mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 10:51:06 +00:00
Atrac: Correct typo.
This commit is contained in:
parent
1a6217b046
commit
959015f823
@ -411,7 +411,7 @@ struct Atrac {
|
||||
int adjust = 0;
|
||||
if (sample == 0) {
|
||||
int offsetSamples = firstSampleoffset + firstOffsetExtra();
|
||||
adjust = -(offsetSamples % samplesPerFrame());
|
||||
adjust = -(int)(offsetSamples % samplesPerFrame());
|
||||
}
|
||||
const u32 off = getFileOffsetBySample(sample + adjust);
|
||||
const u32 backfill = atracBytesPerFrame * 2;
|
||||
|
Loading…
Reference in New Issue
Block a user