Remove unused class `CoreInventory.Core.RomGameFake`

This commit is contained in:
YoshiRulz 2025-01-30 13:00:02 +10:00
parent cc0f1417f1
commit ae97d1f49d
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 9 deletions

View File

@ -22,15 +22,6 @@ namespace BizHawk.Emulation.Cores
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
private readonly Dictionary<string, int> _paramMap = new Dictionary<string, int>();
// If true, this is a new style constructor that takes a CoreLoadParameters object