Commit 0a23797f authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dx9_36: Remove TGA from TODO since it is supported.

parent ca4fdc57
......@@ -64,7 +64,7 @@ HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
if (!warn_once++)
FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
/* TODO: Add support for (or at least detect) TGA, DDS, PPM and DIB */
/* TODO: Add support for (or at least detect) DDS, PPM and DIB */
if (!data || !datasize)
return D3DERR_INVALIDCALL;
......
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