[PATCH] dsound: Trace all DSBCAPS values.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Sep 1 18:18:58 CDT 2019


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at 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




More information about the wine-devel mailing list