dsound: add X_DSVOICEPROPS to log for further troubleshooting
This commit is contained in:
parent
efee57a10c
commit
0356b40735
|
@ -275,6 +275,20 @@ LOGRENDER(X_DSI3DL2BUFFER)
|
|||
;
|
||||
}
|
||||
|
||||
LOGRENDER(X_DSVOICEPROPS)
|
||||
{
|
||||
return os
|
||||
LOGRENDER_MEMBER(dwMixBinCount)
|
||||
LOGRENDER_MEMBER_ARRAY_TYPE(X_DSMIXBINVOLUMEPAIR, MixBinVolumePairs, dwMixBinCount)
|
||||
LOGRENDER_MEMBER(lPitch)
|
||||
LOGRENDER_MEMBER(l3DDistanceVolume)
|
||||
LOGRENDER_MEMBER(l3DConeVolume)
|
||||
LOGRENDER_MEMBER(l3DDopplerPitch)
|
||||
LOGRENDER_MEMBER(lI3DL2DirectVolume)
|
||||
LOGRENDER_MEMBER(lI3DL2RoomVolume)
|
||||
;
|
||||
}
|
||||
|
||||
LOGRENDER(X_DSI3DL2OBSTRUCTION)
|
||||
{
|
||||
return os
|
||||
|
|
|
@ -83,6 +83,7 @@ LOGRENDER_HEADER(X_DSFILTERDESC)
|
|||
LOGRENDER_HEADER(X_DSI3DL2BUFFER)
|
||||
LOGRENDER_HEADER(X_DSI3DL2OBSTRUCTION)
|
||||
LOGRENDER_HEADER(X_DSI3DL2OCCLUSION)
|
||||
LOGRENDER_HEADER(X_DSVOICEPROPS)
|
||||
LOGRENDER_HEADER(DSLFODESC)
|
||||
LOGRENDER_HEADER(WAVEFORMATEX)
|
||||
LOGRENDER_HEADER(XBOXADPCMWAVEFORMAT)
|
||||
|
|
Loading…
Reference in New Issue