diff options
| author | 2014-10-12 22:40:26 -0700 | |
|---|---|---|
| committer | 2015-03-09 15:51:41 -0700 | |
| commit | 041e99b6132775ff52822060512b8384b735e582 (patch) | |
| tree | cd8dee92a0b578e512a188cd7e70239b627a5341 /src/core/hw/gpu.h | |
| parent | Implement SetLcdForceBlack, move register enum to hw.h (diff) | |
| download | yuzu-041e99b6132775ff52822060512b8384b735e582.tar.gz yuzu-041e99b6132775ff52822060512b8384b735e582.tar.xz yuzu-041e99b6132775ff52822060512b8384b735e582.zip | |
Added LCD registers, and implementation for color filling in OGL code.
Diffstat (limited to 'src/core/hw/gpu.h')
| -rw-r--r-- | src/core/hw/gpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 737b1e968..76f4d66fe 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h | |||
| @@ -246,6 +246,8 @@ struct Regs { | |||
| 246 | return content[index]; | 246 | return content[index]; |
| 247 | } | 247 | } |
| 248 | 248 | ||
| 249 | #undef ASSERT_MEMBER_SIZE | ||
| 250 | |||
| 249 | private: | 251 | private: |
| 250 | /* | 252 | /* |
| 251 | * Most physical addresses which GPU registers refer to are 8-byte aligned. | 253 | * Most physical addresses which GPU registers refer to are 8-byte aligned. |