fix compile, sorry sorry

This commit is contained in:
nattthebear 2020-07-12 07:36:06 -04:00
parent 80793836d3
commit dc8615ca06
1 changed files with 1 additions and 0 deletions

View File

@ -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<string, Type> ParamTypes = new Dictionary<string, Type>();