diff options
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r-- | src/GPU2D.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h index d059fa0..307ff33 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); |