revert last commit, add CheckInvalidState to VideoBackend

This commit is contained in:
degasus 2012-12-23 13:32:23 +01:00
commit bd0abb3d2f
9 changed files with 57 additions and 57 deletions

View file

@ -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)