Commit 22fc22d2 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

ddraw: Enumerate DXT2 and DXT4.

parent b88daee3
...@@ -1073,7 +1073,9 @@ static HRESULT d3d_device7_EnumTextureFormats(IDirect3DDevice7 *iface, ...@@ -1073,7 +1073,9 @@ static HRESULT d3d_device7_EnumTextureFormats(IDirect3DDevice7 *iface,
WINED3DFMT_P8_UINT, WINED3DFMT_P8_UINT,
/* FOURCC codes */ /* FOURCC codes */
WINED3DFMT_DXT1, WINED3DFMT_DXT1,
WINED3DFMT_DXT2,
WINED3DFMT_DXT3, WINED3DFMT_DXT3,
WINED3DFMT_DXT4,
WINED3DFMT_DXT5, WINED3DFMT_DXT5,
}; };
......
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