diff options
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 { | |||
| 161 | IA4 = 9, | 161 | IA4 = 9, |
| 162 | 162 | ||
| 163 | A4 = 11, | 163 | A4 = 11, |
| 164 | // TODO: Support for the other formats is not implemented, yet. | 164 | ETC1 = 12, // compressed |
| 165 | // Seems like they are luminance formats and compressed textures. | 165 | ETC1A4 = 13, // compressed |
| 166 | }; | 166 | }; |
| 167 | 167 | ||
| 168 | static unsigned NibblesPerPixel(TextureFormat format) { | 168 | static unsigned NibblesPerPixel(TextureFormat format) { |