Merge pull request #1164 from RadWolfie/master
Temp disable debug message from DSound's volume
This commit is contained in:
commit
e1d8733976
|
@ -1709,8 +1709,10 @@ inline HRESULT HybridDirectSoundBuffer_SetVolume(
|
||||||
*Xb_lpVolume = lVolume;
|
*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.
|
// 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);
|
printf("DEBUG: SetVolume | lVolume = %ld | volumeMixbin = %ld | dwHeadroom = %8u\n", lVolume, Xb_volumeMixbin, Xb_dwHeadroom);
|
||||||
|
#endif
|
||||||
|
|
||||||
lVolume += Xb_volumeMixbin - Xb_dwHeadroom;
|
lVolume += Xb_volumeMixbin - Xb_dwHeadroom;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue