diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hw/gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index ab1dcf91d..737b1e968 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h | |||
| @@ -46,7 +46,7 @@ struct Regs { | |||
| 46 | "Structure size and register block length don't match") | 46 | "Structure size and register block length don't match") |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | // All of those formats are described in reverse byte order, since the 3DS is little-endian. | 49 | // Components are laid out in reverse byte order, most significant bits first. |
| 50 | enum class PixelFormat : u32 { | 50 | enum class PixelFormat : u32 { |
| 51 | RGBA8 = 0, | 51 | RGBA8 = 0, |
| 52 | RGB8 = 1, | 52 | RGB8 = 1, |