diff options
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; |