diff --git a/Source/Project64-audio/Driver/SoundBase.cpp b/Source/Project64-audio/Driver/SoundBase.cpp index 1293abd4a..cd34ebd43 100644 --- a/Source/Project64-audio/Driver/SoundBase.cpp +++ b/Source/Project64-audio/Driver/SoundBase.cpp @@ -184,7 +184,7 @@ void SoundDriverBase::BufferAudio() uint32_t SoundDriverBase::AI_ReadLength() { - return (m_AI_DMAPrimaryBytes & ~ 3); + return (m_AI_DMAPrimaryBytes & ~ 3); } void SoundDriverBase::SetFrequency(uint32_t /*Frequency*/)