IConsolePack ​
Base interface for packs that support console games.
Kind: Interface
Namespace: CrowdControl.Games
Public Member Functions
abstract virtual
ValueTuple
IdentifyROM(string[] romFiles)
Attempts to identify the ROM files in the specified list.
abstract virtual
ValueTuple
PrepROM(string[] romFiles)
Attempts to identify and patch all ROM files in the specified list.
abstract virtual
byte[]
GetResourceBytes(string name)
Gets the bytes of a resource with the specified name.
Properties
string
ROMPath
[get, set]
Gets or sets the path to the ROM file.
ROMTable
ROMTable
[get, ]
A table of metadata that can be used to identify and patch supported ROMs.
IConsoleConnector
Connector
[get, ]
Events
Action
ROMPathRequested
