mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue