diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-13 10:19:12 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-13 10:19:12 -0400 |
commit | bf5ee99db06cbd805058cc4c2f0fcb4ccf9506da (patch) | |
tree | 5d55b2504c4ebc3d0108b4eb9c495e189fc485cb /include/gba/types.h | |
parent | 175d4724a33bbb34e1a5ee609584a45ab9685058 (diff) | |
parent | db6818ca9149304463e5e2219ec90993a3af53b2 (diff) |
Merge branch 'field_effect'
Diffstat (limited to 'include/gba/types.h')
-rw-r--r-- | include/gba/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/types.h b/include/gba/types.h index fd8a20a4c..96e057ab7 100644 --- a/include/gba/types.h +++ b/include/gba/types.h @@ -34,7 +34,7 @@ struct PlttData u16 g:5; // green u16 b:5; // blue u16 unused_15:1; -}; +} /*__attribute__((packed))*/; struct OamData { |