mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 12:58:55 +02: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:
@ -55,9 +55,8 @@ void DoState(PointerWrap &p)
|
||||
p.Do(lastPrimCmd);
|
||||
p.Do(streamSize);
|
||||
p.Do(streamAddress);
|
||||
// not sure how to save this... It seems to be the only thing left that is really important.
|
||||
// uncommenting this will prevent all error messages, and any crashes/hangs on load, but then obviously it'll segfault once you restart dolphin.
|
||||
//p.Do(currentFunction);
|
||||
if (p.GetMode() == PointerWrap::MODE_READ)
|
||||
ResetDecoding();
|
||||
}
|
||||
|
||||
void DecodePrimitiveStream(u32 iBufferSize)
|
||||
|
Reference in New Issue
Block a user