IROMProcessor ​
Interface for managing ROM files.
Kind: Interface
Namespace: ConnectorLib
Public Member Functions
abstract virtual
string
GetROMPath()
Gets the path of the current ROM.
abstract virtual
bool
OpenROM(string localPath)
Opens a ROM file.
abstract virtual
bool
CloseROM()
Closes the current ROM.
abstract virtual
bool
PatchROM(IROMPatch patch)
Patches the current ROM with the specified patch.
abstract virtual
bool
PatchROM(byte[] data)
Patches the current ROM with the specified patch.
abstract virtual
bool
ResetConsole()
Resets the console.
Properties
string
ID
[get, ]
