aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index 2f1fbb4..c06ecfd 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -156,6 +156,11 @@ void Stop()
memset(Framebuffer, 0, 256*192*2*4);
}
+void DoSavestate(Savestate* file)
+{
+ //
+}
+
// VRAM mapping notes
//