aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-12-06 21:20:56 +0100
committerGravatar Tony Wasserka <NeoBrainX@gmail.com>2014-12-20 18:05:53 +0100
commitc81f1a9ebc9a5f9df9add64e282d9a0c0da96e79 (patch)
tree13f5c29306e0510de93ea7a387b192a89d390c27 /src/video_core/pica.h
parent782592e6d393f4e38db5db58daba3f7fbf1786b4 (diff)
Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
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.
};