mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 07:47:51 -05:00
Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.
This commit is contained in:
@ -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.
|
||||
};
|
||||
|
Reference in New Issue
Block a user