wined3d: Do not set DDCAPS_ALIGNBOUNDARYSRC caps for ddraw.
Signed-off-by: Michael Müller <michael@fds-team.de> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c8e0f58552
commit
5fd9344362
|
@ -5806,8 +5806,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
|
|||
WINEDDCAPS_CANCLIP |
|
||||
WINEDDCAPS_CANCLIPSTRETCHED |
|
||||
WINEDDCAPS_COLORKEY |
|
||||
WINEDDCAPS_COLORKEYHWASSIST |
|
||||
WINEDDCAPS_ALIGNBOUNDARYSRC;
|
||||
WINEDDCAPS_COLORKEYHWASSIST;
|
||||
|
||||
/* Fill the ddraw caps structure */
|
||||
caps->ddraw_caps.caps = WINEDDCAPS_GDI |
|
||||
|
|
Loading…
Reference in New Issue