add debug message for buffer/stream release functions

This commit is contained in:
RadWolfie 2020-03-28 01:50:46 -05:00
parent 1bc861ac52
commit 959bb22dfc
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ ULONG WINAPI XTL::EMUPATCH(IDirectSoundBuffer_Release)
}
//}
return uRet;
RETURN(uRet);
}
// ******************************************************************

View File

@ -172,7 +172,7 @@ ULONG WINAPI XTL::EMUPATCH(CDirectSoundStream_Release)
}
}
return uRet;
RETURN(uRet);
}
// ******************************************************************