fix compile, sorry sorry
This commit is contained in:
parent
80793836d3
commit
dc8615ca06
|
@ -20,6 +20,7 @@ namespace BizHawk.Emulation.Cores
|
||||||
public byte[] RomData { get; set; }
|
public byte[] RomData { get; set; }
|
||||||
public byte[] FileData { get; set; }
|
public byte[] FileData { get; set; }
|
||||||
public string Extension { get; set; }
|
public string Extension { get; set; }
|
||||||
|
public GameInfo Game => null;
|
||||||
}
|
}
|
||||||
// expected names and types of the parameters
|
// expected names and types of the parameters
|
||||||
private static readonly Dictionary<string, Type> ParamTypes = new Dictionary<string, Type>();
|
private static readonly Dictionary<string, Type> ParamTypes = new Dictionary<string, Type>();
|
||||||
|
|
Loading…
Reference in New Issue