mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 09:35:35 +00:00
Really fix DTK audiostream from compressed iso
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@675 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f7b6298e77
commit
6af08837da
@ -257,7 +257,9 @@ bool DVDReadADPCM(u8* _pDestBuffer, u32 _iNumSamples)
|
||||
return false;
|
||||
}
|
||||
_iNumSamples &= ~31;
|
||||
dvdread_section.Enter();
|
||||
VolumeHandler::ReadToPtr(_pDestBuffer, dvdMem.AudioPos, _iNumSamples);
|
||||
dvdread_section.Leave();
|
||||
|
||||
//
|
||||
// FIX THIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user