diff options
| author | Subv <subv2112@gmail.com> | 2015-07-19 13:15:23 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2015-07-19 13:15:23 -0500 |
| commit | 3600c32483dcb5cf06c410b6c001b6fd52077ff5 (patch) | |
| tree | 29cd28b2f867724fc4e4eb1744cf8e833c24bda6 /src/video_core | |
| parent | 71be5853e0d742d387b60c52812b3281533813e9 (diff) | |
Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.
Also added its name to the texture viewer widget
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/pica.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 026b10a62..5d0d2bf98 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; |
