all repos — mgba @ 015e6700d73b08dc4b57fd5d66ab0405f6481c98

mGBA Game Boy Advance Emulator

Remove unused union
Jeffrey Pfau jeffrey@endrift.com
Tue, 30 Sep 2014 22:57:05 -0700
commit

015e6700d73b08dc4b57fd5d66ab0405f6481c98

parent

5874d416df592909b2a775ded3ff7072d2b09832

1 files changed, 0 insertions(+), 9 deletions(-)

jump to
M src/gba/gba-video.hsrc/gba/gba-video.h

@@ -43,15 +43,6 @@ OBJ_SHAPE_HORIZONTAL = 1,

OBJ_SHAPE_VERTICAL = 2 }; -union GBAColor { - struct { - unsigned r : 5; - unsigned g : 5; - unsigned b : 5; - }; - uint16_t packed; -}; - struct GBAObj { unsigned y : 8; unsigned transformed : 1;