diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-13 18:11:18 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-13 18:11:18 -0500 |
commit | 93f36c49f78ede924cce68375554d8418ae638af (patch) | |
tree | f0cd74773e729c7096b6b4b0cf0b6aa5d75904ec /src/video_core/pica.h | |
parent | 7bbd027660a77f6f23bb84d4e5789e902ba69f6e (diff) | |
parent | f2b74b4fb304dc6b80656a730d3ec3d9f3385b87 (diff) |
Merge pull request #473 from archshift/pp3ports
Pica/Rasterizer: Add ETC1 texture decompression support.
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r-- | src/video_core/pica.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index f5771ed84..de1ce05b6 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -161,8 +161,8 @@ struct Regs { IA4 = 9, A4 = 11, - // TODO: Support for the other formats is not implemented, yet. - // Seems like they are luminance formats and compressed textures. + ETC1 = 12, // compressed + ETC1A4 = 13, // compressed }; static unsigned NibblesPerPixel(TextureFormat format) { |