diff options
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r-- | src/GPU2D.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h index d059fa0..5a1192e 100644 --- a/src/GPU2D.h +++ b/src/GPU2D.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2017 StapleButter + Copyright 2016-2019 StapleButter This file is part of melonDS. @@ -27,6 +27,8 @@ public: void Reset(); + void DoSavestate(Savestate* file); + void SetFramebuffer(u32* buf); u8 Read8(u32 addr); @@ -88,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]; |