From dc8615ca06fb7891206b5eef232502cc6f0235ff Mon Sep 17 00:00:00 2001 From: nattthebear Date: Sun, 12 Jul 2020 07:36:06 -0400 Subject: [PATCH] fix compile, sorry sorry --- src/BizHawk.Emulation.Cores/CoreInventory.cs | 1 + 1 file changed, 1 insertion(+) 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();