>_<
This commit is contained in:
parent
0382f474dc
commit
e9635077dc
|
@ -251,7 +251,7 @@ namespace BizHawk.Emulation.Consoles.TurboGrafx
|
|||
|
||||
public byte[] SaveStateBinary()
|
||||
{
|
||||
var buf = new byte[SuperGrafx ? 166551 : 75853];
|
||||
var buf = new byte[SuperGrafx ? 166552 : 75854];
|
||||
var stream = new MemoryStream(buf);
|
||||
var writer = new BinaryWriter(stream);
|
||||
SaveStateBinary(writer);
|
||||
|
|
Loading…
Reference in New Issue