[PATCH] d3dx9_36: Remove TGA from TODO since it is supported

Christian Costa titan.costa at gmail.com
Sun Jan 29 18:17:23 CST 2012


---
 dlls/d3dx9_36/surface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/surface.c b/dlls/d3dx9_36/surface.c
index fea7f1e..c3796ee 100644
--- a/dlls/d3dx9_36/surface.c
+++ b/dlls/d3dx9_36/surface.c
@@ -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;




More information about the wine-patches mailing list