[PATCH] dsound: Trace all DSBCAPS values.
1 Sep
2019
1 Sep
'19
11:18 p.m.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/dsound/dsound.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c index 2fbb3ce40d..f3030d6834 100644 --- a/dlls/dsound/dsound.c +++ b/dlls/dsound/dsound.c @@ -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; -- 2.17.1
2384
Age (days ago)
2384
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes