From 6af08837da0d66b906828064072f1fa16ba5acf8 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 24 Sep 2008 22:02:47 +0000 Subject: [PATCH] Really fix DTK audiostream from compressed iso git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@675 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/HW/DVDInterface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Core/Src/HW/DVDInterface.cpp b/Source/Core/Core/Src/HW/DVDInterface.cpp index 5f948d003c..2d1ba8864c 100644 --- a/Source/Core/Core/Src/HW/DVDInterface.cpp +++ b/Source/Core/Core/Src/HW/DVDInterface.cpp @@ -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