diff options
| author | archshift <admin@archshift.com> | 2015-02-28 13:52:47 -0800 |
|---|---|---|
| committer | archshift <admin@archshift.com> | 2015-02-28 13:52:47 -0800 |
| commit | c1d29ac20240ad92a49b84409b92ed1d326720a9 (patch) | |
| tree | 845c227f487e380b0adaaf5966b643cfd1b13407 /src/video_core/pica.h | |
| parent | d362eb266956c2a997fdda4b6fbf25d3e3a4f5fc (diff) | |
| parent | 7f9ee69a2bc769042433dba3970137b7be9afa03 (diff) | |
Merge pull request #616 from archshift/5551
Added RGBA5551 compatibility in the rasterizer
Diffstat (limited to 'src/video_core/pica.h')
| -rw-r--r-- | src/video_core/pica.h | 1 |
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, |
