mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 14:50:48 +00:00
d3dx9_36: Remove TGA from TODO since it is supported.
This commit is contained in:
parent
ca4fdc57ed
commit
0a23797f1b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue