From a7a69f510839b02c145390e436ebe7226090e437 Mon Sep 17 00:00:00 2001 From: medievil1 <38597905+medievil1@users.noreply.github.com> Date: Thu, 15 Oct 2020 00:43:26 -0400 Subject: [PATCH] Update DirectSound.hpp --- src/core/hle/DSOUND/DirectSound/DirectSound.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );