summaryrefslogtreecommitdiff
path: root/include/gba/types.h
diff options
context:
space:
mode:
authorGarak <thomastaps194@comcast.net>2018-06-24 13:45:15 -0400
committerGitHub <noreply@github.com>2018-06-24 13:45:15 -0400
commitb3dec86071ae7d2eb5c1258ea778f0e823a5f636 (patch)
tree594590b12dc14049b9c17587d8b602686a4c57fa /include/gba/types.h
parentac636ec14e896214b549025e671fc6ae7f6fd045 (diff)
parent4313b2f49d22f4e5a6db3c45f9f3a434079a7c1f (diff)
Merge pull request #1 from pret/master
upstream merge
Diffstat (limited to 'include/gba/types.h')
-rw-r--r--include/gba/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gba/types.h b/include/gba/types.h
index 33ae7df9a..4d6c24a6c 100644
--- a/include/gba/types.h
+++ b/include/gba/types.h
@@ -32,7 +32,9 @@ struct BgCnt
{
u16 priority:2;
u16 charBaseBlock:2;
- u16 dummy:4;
+ u16 dummy:2;
+ u16 mosaic:1;
+ u16 palettes:1;
u16 screenBaseBlock:5;
u16 areaOverflowMode:1;
u16 screenSize:2;