diff --git a/src/BizHawk.Emulation.Cores/CoreInventory.cs b/src/BizHawk.Emulation.Cores/CoreInventory.cs index 441f3684ae..3e171fa9fd 100644 --- a/src/BizHawk.Emulation.Cores/CoreInventory.cs +++ b/src/BizHawk.Emulation.Cores/CoreInventory.cs @@ -20,6 +20,7 @@ namespace BizHawk.Emulation.Cores public byte[] RomData { get; set; } public byte[] FileData { get; set; } public string Extension { get; set; } + public GameInfo Game => null; } // expected names and types of the parameters private static readonly Dictionary ParamTypes = new Dictionary();