aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 92a87c08..7ed49cae 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -132,6 +132,8 @@ struct Regs {
RGB565 = 3,
RGBA4 = 4,
+ A8 = 8,
+
// TODO: Support for the other formats is not implemented, yet.
// Seems like they are luminance formats and compressed textures.
};