diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.cpp b/Source/Core/VideoCommon/Src/TextureDecoder.cpp index e83ceb5204..dd350d45c7 100644 --- a/Source/Core/VideoCommon/Src/TextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/TextureDecoder.cpp @@ -146,7 +146,7 @@ int TexDecoder_GetBlockHeightInTexels(u32 format) case GX_TF_C4: return 8; case GX_TF_C8: return 4; case GX_TF_C14X2: return 4; - case GX_TF_CMPR: return 4; + case GX_TF_CMPR: return 8; case GX_CTF_R4: return 8; case GX_CTF_RA4: return 4; case GX_CTF_RA8: return 4;