Remove unused class `CoreInventory.Core.RomGameFake`
This commit is contained in:
parent
cc0f1417f1
commit
ae97d1f49d
|
@ -22,15 +22,6 @@ namespace BizHawk.Emulation.Cores
|
||||||
|
|
||||||
public class Core
|
public class Core
|
||||||
{
|
{
|
||||||
private class RomGameFake : IRomAsset
|
|
||||||
{
|
|
||||||
public byte[] RomData { get; set; }
|
|
||||||
public byte[] FileData { get; set; }
|
|
||||||
public string Extension { get; set; }
|
|
||||||
public string RomPath { get; set; }
|
|
||||||
public GameInfo Game { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
// map parameter names to locations in the constructor
|
// map parameter names to locations in the constructor
|
||||||
private readonly Dictionary<string, int> _paramMap = new Dictionary<string, int>();
|
private readonly Dictionary<string, int> _paramMap = new Dictionary<string, int>();
|
||||||
// If true, this is a new style constructor that takes a CoreLoadParameters object
|
// If true, this is a new style constructor that takes a CoreLoadParameters object
|
||||||
|
|
Loading…
Reference in New Issue