Add test case log for DS Stream Process function

This commit is contained in:
RadWolfie 2018-04-21 15:59:41 -05:00
parent 8ac0bb1371
commit d93990264f
1 changed files with 2 additions and 1 deletions

View File

@ -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 {