https://bugs.winehq.org/show_bug.cgi?id=38332 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #4 from super_man(a)post.com --- I am not claiming that I know how to fix this, but the commit did a very little change in source code. ddraw: Fix inverted logic for enumerating secondary devices. diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c - if (cont_enum && (flags & ~DDENUM_ATTACHEDSECONDARYDEVICES)) + if (cont_enum && (flags & DDENUM_ATTACHEDSECONDARYDEVICES)) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.