diff options
Diffstat (limited to 'src/GPU2D.h')
-rw-r--r-- | src/GPU2D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU2D.h b/src/GPU2D.h index 8eafc21..307ff33 100644 --- a/src/GPU2D.h +++ b/src/GPU2D.h @@ -27,6 +27,8 @@ public: void Reset(); + void DoSavestate(Savestate* file); + void SetFramebuffer(u32* buf); u8 Read8(u32 addr); |