Apple II - fix some input issues

This commit is contained in:
adelikat 2015-04-26 11:55:17 +00:00
parent 04b490aca4
commit bd07bfa310
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
CurrentDisk = reader.ReadInt32(); CurrentDisk = reader.ReadInt32();
InitDisk(); InitDisk();
_machine.LoadState(reader); _machine.LoadState(reader);
_machine.Buttons = GetButtons();
} }
public byte[] SaveStateBinary() public byte[] SaveStateBinary()