Merge pull request #1992 from medievil1/Typo-fix-for-IDirectSoundBuffer_SetMinDistance

Typo fix for IDirectSoundBuffer_SetMinDistance patch
This commit is contained in:
RadWolfie 2020-10-15 02:03:03 -05:00 committed by GitHub
commit 7a59d775f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
);