[Bug 38332] Aces High II frame stuttering

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 24 03:05:38 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=38332

super_man at post.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |super_man at post.com

--- Comment #4 from super_man at 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.



More information about the wine-bugs mailing list