Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.

This commit is contained in:
Tony Wasserka 2014-12-06 21:20:56 +01:00
parent 782592e6d3
commit c81f1a9ebc
2 changed files with 48 additions and 3 deletions

View file

@ -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.
};