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…
Reference in New Issue