Fix note for SetMixBinVolumes patch

This commit is contained in:
RadWolfie 2018-04-20 13:51:59 -05:00
parent 4a115afc26
commit d14ab3b0e6
1 changed files with 2 additions and 2 deletions

View File

@ -3308,8 +3308,8 @@ DWORD WINAPI XTL::EMUPATCH(DirectSoundGetSampleTime)()
// ******************************************************************
// * patch: CDirectSoundStream_SetMixBinVolumes_12
// This revision API was used in XDK 3911 until API had changed in XDK 4039.
// ******************************************************************
// This revision API is only used in XDK 4039 and higher.
HRESULT WINAPI XTL::EMUPATCH(CDirectSoundStream_SetMixBinVolumes_12)
(
X_CDirectSoundStream* pThis,
@ -3339,7 +3339,7 @@ HRESULT WINAPI XTL::EMUPATCH(CDirectSoundStream_SetMixBinVolumes_12)
// ******************************************************************
// * patch: CDirectSoundStream_SetMixBinVolumes_8
// ******************************************************************
// This revision API was used in XDK 3911 until API had changed in XDK 4039.
// This revision API is only used in XDK 4039 and higher.
HRESULT WINAPI XTL::EMUPATCH(CDirectSoundStream_SetMixBinVolumes_8)
(
X_CDirectSoundStream* pThis,