summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2015-02-27 04:11:39 +0100
committerarchshift <admin@archshift.com>2015-02-28 04:15:08 +0100
commit7f9ee69a2bc769042433dba3970137b7be9afa03 (patch)
tree096b6debc487a7a87037808130484fe763bb4f6e /src/video_core/pica.h
parentMerge pull request #599 from Subv/morton (diff)
downloadyuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.tar
yuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.tar.gz
yuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.tar.bz2
yuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.tar.lz
yuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.tar.xz
yuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.tar.zst
yuzu-7f9ee69a2bc769042433dba3970137b7be9afa03.zip
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index d03b811d3..96d0c72fe 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -409,6 +409,7 @@ struct Regs {
} output_merger;
struct {
+ // Components are laid out in reverse byte order, most significant bits first.
enum ColorFormat : u32 {
RGBA8 = 0,
RGB8 = 1,