ROMTable ​
Represents a collection of ROM sets, each containing information about a specific ROM file.
Kind: Class
Namespace: CrowdControl.Games
Public Constructors
ROMTable()
Initializes a new instance of the CrowdControl.Games.ROMTable class.
ROMTable(IEnumerable entries)
Initializes a new instance of the CrowdControl.Games.ROMTable class.
ROMTable(Span entries)
Initializes a new instance of the CrowdControl.Games.ROMTable class.
Public Member Functions
bool
TryIdentify(IList romFiles, string out message, ROMIdentification out result)
Attempts to identify the ROM files in the specified list.
bool
TryPatchAll(IList romFiles, IConsolePack pack, string[] out newFiles, string out message)
Attempts to identify and patch all ROM files in the specified list.
Properties
IReadOnlyList
Entries
[get, ]
Gets the list of ROM sets.
