SNES - fix frame 0 loadstating
This commit is contained in:
parent
12a4ec1ac7
commit
5f1b8cdc09
|
@ -68,10 +68,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
|
|||
_controller = tmp;
|
||||
ssc.Serialize(bw);
|
||||
}
|
||||
else // hack: dummy controller info
|
||||
{
|
||||
bw.Write(reader.ReadBytes(536));
|
||||
}
|
||||
|
||||
bw.Close();
|
||||
_savestatebuff = ms.ToArray();
|
||||
|
|
Loading…
Reference in New Issue