diff --git a/BizHawk.Emulation/Interfaces/IEmulator.cs b/BizHawk.Emulation/Interfaces/IEmulator.cs index 29c8e95901..e89629b1ce 100644 --- a/BizHawk.Emulation/Interfaces/IEmulator.cs +++ b/BizHawk.Emulation/Interfaces/IEmulator.cs @@ -57,8 +57,8 @@ namespace BizHawk this.flags = flags; this.value = value; } - public byte value; - public Flag flags; + public readonly byte value; + public readonly Flag flags; public enum Flag : byte { None = 0,