This commit is contained in:
RadWolfie 2020-04-21 22:10:53 -05:00
parent 935fab7b9c
commit dab7a608c2
3 changed files with 4 additions and 4 deletions

View File

@ -1420,7 +1420,7 @@ HRESULT WINAPI EMUPATCH(IDirectSoundBuffer_SetNotificationPositions)
// ******************************************************************
HRESULT WINAPI EMUPATCH(CDirectSoundStream_SetRolloffCurve)
(
X_CDirectSoundBuffer* pThis,
X_CDirectSoundStream* pThis,
const FLOAT* pflPoints,
DWORD dwPointCount,
DWORD dwApply

View File

@ -1045,7 +1045,7 @@ static inline HRESULT HybridDirectSound3DListener_SetDopplerFactor(
RETURN_RESULT_CHECK(hRet);
}
/*
//TODO: PC DirectSound does not have SetHeadroom method function.
//TODO: PC DirectSound does not have SetEG method function.
//IDirectSoundStream
//IDirectSoundBuffer
static inline HRESULT HybridDirectSoundBuffer_SetEG(
@ -1056,7 +1056,7 @@ static inline HRESULT HybridDirectSoundBuffer_SetEG(
return DS_OK;
}
//TODO: PC DirectSound does not have SetHeadroom method function.
//TODO: PC DirectSound does not have SetFilter method function.
//IDirectSoundStream
//IDirectSoundBuffer
static inline HRESULT HybridDirectSoundBuffer_SetFilter(

View File

@ -1303,7 +1303,7 @@ HRESULT WINAPI XTL::EMUPATCH(CDirectSoundStream_SetPosition)
// ******************************************************************
HRESULT WINAPI XTL::EMUPATCH(CDirectSoundStream_SetRolloffCurve)
(
X_CDirectSoundBuffer* pThis,
X_CDirectSoundStream* pThis,
const FLOAT* pflPoints,
DWORD dwPointCount,
DWORD dwApply)