SNES - fix frame 0 loadstating

This commit is contained in:
adelikat 2017-05-27 10:21:14 -05:00
parent 12a4ec1ac7
commit 5f1b8cdc09
1 changed files with 0 additions and 4 deletions

View File

@ -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();