wined3d: Use correct FXCAPS constant in wined3d_get_device_caps.
This commit is contained in:
parent
6485c76ed3
commit
c5b9bdc75a
|
@ -4602,7 +4602,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
|
|||
WINEDDFXCAPS_BLTSHRINKX |
|
||||
WINEDDFXCAPS_BLTSHRINKXN |
|
||||
WINEDDFXCAPS_BLTSHRINKY |
|
||||
WINEDDFXCAPS_BLTSHRINKXN |
|
||||
WINEDDFXCAPS_BLTSHRINKYN |
|
||||
WINEDDFXCAPS_BLTSTRETCHX |
|
||||
WINEDDFXCAPS_BLTSTRETCHXN |
|
||||
WINEDDFXCAPS_BLTSTRETCHY |
|
||||
|
|
Loading…
Reference in New Issue