mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
revert last commit, add CheckInvalidState to VideoBackend
This commit is contained in:
parent
ffddfd8662
commit
bd0abb3d2f
9 changed files with 57 additions and 57 deletions
|
@ -50,6 +50,9 @@ class VideoSoftware : public VideoBackend
|
|||
|
||||
void PauseAndLock(bool doLock, bool unpauseOnUnlock=true);
|
||||
void DoState(PointerWrap &p);
|
||||
|
||||
public:
|
||||
void CheckInvalidState();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue