Apple II - remove a bogus hack in LoadState that I did awhile back
This commit is contained in:
parent
99e3c688bc
commit
f6e9f79e71
|
@ -36,7 +36,6 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
|||
CurrentDisk = reader.ReadInt32();
|
||||
InitDisk();
|
||||
_machine.LoadState(reader);
|
||||
_machine.Buttons = GetButtons();
|
||||
}
|
||||
|
||||
public byte[] SaveStateBinary()
|
||||
|
|
Loading…
Reference in New Issue