Update DirectSound.hpp

This commit is contained in:
medievil1 2020-10-15 00:43:26 -04:00
parent 28d031d9f9
commit a7a69f5108
1 changed files with 1 additions and 1 deletions

View File

@ -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
);