mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Atrac: remove double-read.
This commit is contained in:
parent
448e18fba9
commit
2eb960a3ce
1 changed files with 0 additions and 1 deletions
|
@ -735,7 +735,6 @@ int Atrac::Analyze() {
|
|||
firstSampleoffset = Memory::Read_U32(first.addr + offset + 4);
|
||||
}
|
||||
if (chunkSize >= 12) {
|
||||
firstSampleoffset = Memory::Read_U32(first.addr + offset + 4);
|
||||
u32 largerOffset = Memory::Read_U32(first.addr + offset + 8);
|
||||
sampleOffsetAdjust = firstSampleoffset - largerOffset;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue