aboutsummaryrefslogtreecommitdiff
path: root/src/DMA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DMA.cpp')
-rw-r--r--src/DMA.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DMA.cpp b/src/DMA.cpp
index 8c25e26..694e90a 100644
--- a/src/DMA.cpp
+++ b/src/DMA.cpp
@@ -118,6 +118,11 @@ void DMA::Reset()
InProgress = false;
}
+void DMA::Savestate(Savestate* file)
+{
+ //
+}
+
void DMA::WriteCnt(u32 val)
{
u32 oldcnt = Cnt;