From 3600c32483dcb5cf06c410b6c001b6fd52077ff5 Mon Sep 17 00:00:00 2001 From: Subv Date: Sun, 19 Jul 2015 13:15:23 -0500 Subject: Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. Also added its name to the texture viewer widget --- src/video_core/pica.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 026b10a6..5d0d2bf9 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -200,6 +200,7 @@ struct Regs { case TextureFormat::IA8: return 4; + case TextureFormat::I4: case TextureFormat::A4: return 1; -- cgit v1.2.3