ROMStatus ​
Represents the status of a ROM file.
Kind: Enum
Namespace: CrowdControl.Games
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
ROMStatus
NotRecognized
The ROM file is not recognized.
ROMStatus
ValidUnpatched
The ROM file is valid and requires no further patching.
ROMStatus
ValidPatched
The ROM file is valid but requires patching.
ROMStatus
NotSupported
The ROM file is recognized but not supported.
ROMStatus
ValidIntermediate
The ROM file is valid but in an intermediate state and requires further processing.
ROMStatus
NotImplementedPatchAlways
Always patch the ROM file and proceed anyway, even if it is not recognized.
ROMStatus
NotImplemented
The ROM file cannot be patched but should be treated as valid anyway.
Enums
ROMStatus
[NotRecognized = 0, ValidUnpatched = 1, ValidPatched = 2, NotSupported = 3, ValidIntermediate = 4, NotImplementedPatchAlways = 254, NotImplemented = 255]Represents the status of a ROM file.
