Commit 5fd93443 authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

wined3d: Do not set DDCAPS_ALIGNBOUNDARYSRC caps for ddraw.

parent c8e0f585
...@@ -5806,8 +5806,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte ...@@ -5806,8 +5806,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
WINEDDCAPS_CANCLIP | WINEDDCAPS_CANCLIP |
WINEDDCAPS_CANCLIPSTRETCHED | WINEDDCAPS_CANCLIPSTRETCHED |
WINEDDCAPS_COLORKEY | WINEDDCAPS_COLORKEY |
WINEDDCAPS_COLORKEYHWASSIST | WINEDDCAPS_COLORKEYHWASSIST;
WINEDDCAPS_ALIGNBOUNDARYSRC;
/* Fill the ddraw caps structure */ /* Fill the ddraw caps structure */
caps->ddraw_caps.caps = WINEDDCAPS_GDI | caps->ddraw_caps.caps = WINEDDCAPS_GDI |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment