dsound: Trace all DSBCAPS values.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alistair Leslie-Hughes 2019-09-01 23:18:58 +00:00 committed by Alexandre Julliard
parent 624bcd314c
commit 3ca3a06c98
1 changed files with 2 additions and 0 deletions

View File

@ -105,10 +105,12 @@ static void _dump_DSBCAPS(DWORD xmask) {
FE(DSBCAPS_CTRLPAN)
FE(DSBCAPS_CTRLVOLUME)
FE(DSBCAPS_CTRLPOSITIONNOTIFY)
FE(DSBCAPS_CTRLFX)
FE(DSBCAPS_STICKYFOCUS)
FE(DSBCAPS_GLOBALFOCUS)
FE(DSBCAPS_GETCURRENTPOSITION2)
FE(DSBCAPS_MUTE3DATMAXDISTANCE)
FE(DSBCAPS_LOCDEFER)
#undef FE
};
unsigned int i;