diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-09-21 11:53:32 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-09-21 11:53:32 +0100 |
commit | 59334923bff2c8666bf181a94f941cc0fb451a15 (patch) | |
tree | 37381382e73e131777b63c3ee01d51700cf592d3 /dispatch | |
parent | 23b38ea378b3ae0da46d2d4218adf6d4df122b8f (diff) |
d3dretrace: Don't duplicate ATI1/ATI2 FourCC defines.
"ATI1N"/"ATI2N" is how these texture formats are described in AMD's
"Advanced DX9 Capabilities for ATI Radeon Cards" document.
g test.sh
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/d3d9imports.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dispatch/d3d9imports.hpp b/dispatch/d3d9imports.hpp index 7aee055f..061e2be6 100644 --- a/dispatch/d3d9imports.hpp +++ b/dispatch/d3d9imports.hpp @@ -88,14 +88,6 @@ #define RESZ_CODE 0x7fa05000 #endif -#ifndef D3DFMT_ATI1 -#define D3DFMT_ATI1 ((D3DFORMAT)MAKEFOURCC('A','T','I','1')) -#endif - -#ifndef D3DFMT_ATI2 -#define D3DFMT_ATI2 ((D3DFORMAT)MAKEFOURCC('A','T','I','2')) -#endif - #ifndef D3DUSAGE_TEXTAPI #define D3DUSAGE_TEXTAPI 0x10000000L #endif |