mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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?
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user