diff --git a/src/core/hle/DSOUND/DirectSound/DirectSound.hpp b/src/core/hle/DSOUND/DirectSound/DirectSound.hpp index fec4d8c00..de116e89e 100644 --- a/src/core/hle/DSOUND/DirectSound/DirectSound.hpp +++ b/src/core/hle/DSOUND/DirectSound/DirectSound.hpp @@ -994,7 +994,7 @@ xbox::hresult_xt WINAPI EMUPATCH(IDirectSoundBuffer_SetMaxDistance) xbox::hresult_xt WINAPI EMUPATCH(IDirectSoundBuffer_SetMinDistance) ( XbHybridDSBuffer* pHybridThis, - float_xt flMaxDistance, + float_xt flMinDistance, dword_xt dwApply );