summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-12-31 14:48:19 +0100
committerarchshift <admin@archshift.com>2015-01-13 23:42:40 +0100
commitf2b74b4fb304dc6b80656a730d3ec3d9f3385b87 (patch)
tree332920859205a28d2c8a9395edcaff29e33f5e9e /src/video_core/pica.h
parentMerge pull request #452 from darkf/mingwagain (diff)
downloadyuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.tar
yuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.tar.gz
yuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.tar.bz2
yuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.tar.lz
yuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.tar.xz
yuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.tar.zst
yuzu-f2b74b4fb304dc6b80656a730d3ec3d9f3385b87.zip
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h4
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) {