add debug message for buffer/stream release functions
This commit is contained in:
parent
1bc861ac52
commit
959bb22dfc
|
@ -147,7 +147,7 @@ ULONG WINAPI XTL::EMUPATCH(IDirectSoundBuffer_Release)
|
||||||
}
|
}
|
||||||
//}
|
//}
|
||||||
|
|
||||||
return uRet;
|
RETURN(uRet);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
|
|
|
@ -172,7 +172,7 @@ ULONG WINAPI XTL::EMUPATCH(CDirectSoundStream_Release)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return uRet;
|
RETURN(uRet);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
|
|
Loading…
Reference in New Issue