diff options
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r-- | src/GPU2D.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h index 307ff33..5a1192e 100644 --- a/src/GPU2D.h +++ b/src/GPU2D.h @@ -90,8 +90,8 @@ private: u8 Win0Coords[4]; u8 Win1Coords[4]; u8 WinCnt[4]; - bool Win0Active; - bool Win1Active; + u32 Win0Active; + u32 Win1Active; u8 BGMosaicSize[2]; u8 OBJMosaicSize[2]; |