appletwo: fix mono setting being borked on loadstate

This commit is contained in:
goyuken 2015-06-21 14:40:58 +00:00
parent 5a686f195d
commit ae4881356e
3 changed files with 3 additions and 0 deletions
BizHawk.Emulation.Cores/Computers/AppleII
ExternalCoreProjects/Virtu
References

View File

@ -65,6 +65,8 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
_machine = o.Core;
_prevPressed = o.PreviousDiskPressed;
_nextPressed = o.NextDiskPressed;
// since _machine was replaced, we need to reload settings from frontend
PutSettings(_settings);
}
public class OtherData

View File

@ -1093,6 +1093,7 @@ namespace Jellyfish.Virtu
private int _colorYellow;
private int _colorWhite;
private int _colorMonochrome;
[Newtonsoft.Json.JsonIgnore] // not sync relevant
private bool _isMonochrome;
private bool _isTextInversed;
private ScannerOptions _scannerOptions;

Binary file not shown.