diff options
| author | Nolan Check <Nolan.Check@gmail.com> | 2009-05-08 23:33:23 +0000 |
|---|---|---|
| committer | Nolan Check <Nolan.Check@gmail.com> | 2009-05-08 23:33:23 +0000 |
| commit | b277102796063ce9b2c3819a199e41fa66bab0d4 (patch) | |
| tree | d36b1b444e058aa62a0f3e9a7105ec9916d67c13 /Source/Core/VideoCommon/Src/TextureDecoder.h | |
| parent | b7ba3577be57340770c10737c195473a18ec382d (diff) | |
Use correct width and height for compressed textures
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3187 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureDecoder.h')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureDecoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.h b/Source/Core/VideoCommon/Src/TextureDecoder.h index fe6cf169ce..9acd3ebc22 100644 --- a/Source/Core/VideoCommon/Src/TextureDecoder.h +++ b/Source/Core/VideoCommon/Src/TextureDecoder.h @@ -67,6 +67,7 @@ enum TextureFormat int TexDecoder_GetTexelSizeInNibbles(int format); int TexDecoder_GetTextureSizeInBytes(int width, int height, int format); int TexDecoder_GetBlockWidthInTexels(int format); +int TexDecoder_GetBlockHeightInTexels(int format); int TexDecoder_GetPaletteSize(int fmt); enum PC_TexFormat |
