bleh
This commit is contained in:
parent
4272e0ffed
commit
137ffd8081
|
@ -199,8 +199,10 @@ namespace BizHawk.Emulation.CPUs.M6502
|
|||
|
||||
public void SyncState(Serializer ser)
|
||||
{
|
||||
// doesn't work quite as expected because you can't rewind a ser
|
||||
SyncUp();
|
||||
m.SyncState(ser);
|
||||
n.SyncState(ser);
|
||||
SyncUp();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue