diff options
| author | degasus <wickmarkus@web.de> | 2012-12-23 13:32:23 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2012-12-23 13:32:23 +0100 |
| commit | bd0abb3d2fe5047554bb6b87fa8e3f6aa3f42e0b (patch) | |
| tree | e3fb4fbbddce310cbc3a6efed74c60cac89126e7 /Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp | |
| parent | ffddfd8662bda4fedcfcc8cad73f02bd7a522925 (diff) | |
revert last commit, add CheckInvalidState to VideoBackend
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp index 3c6fdcca38..cbd7ccbceb 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp @@ -95,6 +95,11 @@ void VideoSoftware::DoState(PointerWrap&) // NYI } +void VideoSoftware::CheckInvalidState() +{ + // there is no state to invalidate +} + void VideoSoftware::PauseAndLock(bool doLock, bool unpauseOnUnlock) { if (doLock) |
