summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
diff options
context:
space:
mode:
authorRachel Bryk <RachelBryk@gmail.com>2013-02-26 18:43:37 -0500
committerRachel Bryk <RachelBryk@gmail.com>2013-02-26 18:52:38 -0500
commit46f5c19c6d2fbd3318e9a6de3c3c2e313c669cf0 (patch)
tree8d2f2204ce7ec0fa0ea0598134fcf9f2f67255ac /Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
parent08fe3c213ad71e903fed83edfada5a79c75f11f9 (diff)
Not sure if this is the right way to handle this, but it makes the save states perfectly stable. That's all that really matters, right?
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
index 6976b18690..0e2d6afa72 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
@@ -103,7 +103,8 @@ void VideoSoftware::DoState(PointerWrap& p)
if (p.GetMode() == PointerWrap::MODE_READ && software == false)
// change mode to abort load of incompatible save state.
p.SetMode(PointerWrap::MODE_VERIFY);
- // TODO: incomplete
+
+ // TODO: incomplete?
SWCommandProcessor::DoState(p);
SWPixelEngine::DoState(p);
EfbInterface::DoState(p);