diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 3783d4975cb..22e0fee24af 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -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 |