Add test case log for DS Stream Process function
This commit is contained in:
parent
8ac0bb1371
commit
d93990264f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue