Make some debug prints verbose-only, remove others
This commit is contained in:
parent
d442f3d0aa
commit
52466d57e9
139 changed files with 172 additions and 803 deletions
|
|
@ -51,7 +51,7 @@ class AudioDriverXAudio2 : public AudioDriver {
|
|||
HANDLE buffer_end_event;
|
||||
XAudio2DriverVoiceCallback() :
|
||||
buffer_end_event(CreateEvent(NULL, FALSE, FALSE, NULL)) {}
|
||||
void STDMETHODCALLTYPE OnBufferEnd(void *pBufferContext) { /*print_line("buffer ended");*/
|
||||
void STDMETHODCALLTYPE OnBufferEnd(void *pBufferContext) {
|
||||
SetEvent(buffer_end_event);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue