diff --git a/src/CxbxKrnl/EmuDSound.cpp b/src/CxbxKrnl/EmuDSound.cpp index b1592d244..ed18b4998 100755 --- a/src/CxbxKrnl/EmuDSound.cpp +++ b/src/CxbxKrnl/EmuDSound.cpp @@ -2045,8 +2045,9 @@ HRESULT WINAPI XTL::EMUPATCH(CDirectSoundStream_Process) } //TODO: What to do with output buffer audio variable? Need test case or functional source code. + // NOTE: pOutputBuffer is reserved, must be set to NULL from titles. if (pOutputBuffer != xbnullptr) { - + LOG_TEST_CASE("pOutputBuffer is not nullptr, please report title test case to issue tracker. Thanks!"); } } else {