Temp disable debug message from DSound's volume

This commit is contained in:
RadWolfie 2018-05-12 21:25:22 -05:00
parent c77a95ae31
commit 7271a454f9
1 changed files with 2 additions and 0 deletions

View File

@ -1709,8 +1709,10 @@ inline HRESULT HybridDirectSoundBuffer_SetVolume(
*Xb_lpVolume = lVolume;
}
#if 0 // TODO: Restore it once DSound work update comes up
// For time being, this log is kept in case of something changed somewhere making a wrong input into the API.
printf("DEBUG: SetVolume | lVolume = %ld | volumeMixbin = %ld | dwHeadroom = %8u\n", lVolume, Xb_volumeMixbin, Xb_dwHeadroom);
#endif
lVolume += Xb_volumeMixbin - Xb_dwHeadroom;