Apple II - fix some input issues
This commit is contained in:
parent
04b490aca4
commit
bd07bfa310
|
@ -32,6 +32,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
|||
CurrentDisk = reader.ReadInt32();
|
||||
InitDisk();
|
||||
_machine.LoadState(reader);
|
||||
_machine.Buttons = GetButtons();
|
||||
}
|
||||
|
||||
public byte[] SaveStateBinary()
|
||||
|
|
Loading…
Reference in New Issue