summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
index 4401916e1f..8e3f0c2925 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/OpcodeDecoder.cpp
@@ -55,9 +55,8 @@ void DoState(PointerWrap &p)
p.Do(lastPrimCmd);
p.Do(streamSize);
p.Do(streamAddress);
- // not sure how to save this... It seems to be the only thing left that is really important.
- // uncommenting this will prevent all error messages, and any crashes/hangs on load, but then obviously it'll segfault once you restart dolphin.
- //p.Do(currentFunction);
+ if (p.GetMode() == PointerWrap::MODE_READ)
+ ResetDecoding();
}
void DecodePrimitiveStream(u32 iBufferSize)