proper clear-plane support, including bitmap mode

This commit is contained in:
StapleButter
2017-03-07 01:13:00 +01:00
parent 72209c51f9
commit d95d22837b
4 changed files with 105 additions and 9 deletions

View File

@ -53,7 +53,9 @@ typedef struct
} Polygon;
extern u32 DispCnt;
extern s32 Viewport[4];
extern u32 ClearAttr1, ClearAttr2;
bool Init();
void DeInit();