diff options
author | archshift <admin@archshift.com> | 2014-10-13 07:40:26 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2015-03-09 23:51:41 +0100 |
commit | 041e99b6132775ff52822060512b8384b735e582 (patch) | |
tree | cd8dee92a0b578e512a188cd7e70239b627a5341 /src/core/hw/gpu.h | |
parent | Implement SetLcdForceBlack, move register enum to hw.h (diff) | |
download | yuzu-041e99b6132775ff52822060512b8384b735e582.tar yuzu-041e99b6132775ff52822060512b8384b735e582.tar.gz yuzu-041e99b6132775ff52822060512b8384b735e582.tar.bz2 yuzu-041e99b6132775ff52822060512b8384b735e582.tar.lz yuzu-041e99b6132775ff52822060512b8384b735e582.tar.xz yuzu-041e99b6132775ff52822060512b8384b735e582.tar.zst yuzu-041e99b6132775ff52822060512b8384b735e582.zip |
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 { return content[index]; } +#undef ASSERT_MEMBER_SIZE + private: /* * Most physical addresses which GPU registers refer to are 8-byte aligned. |