Enum EmulatorCompatibility
Describes the levels of compatibility an emulator has with a given game.
Namespace: Snowflake.Orchestration.Extensibility
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public enum EmulatorCompatibility
Fields
| Name | Description |
|---|---|
| MissingSystemFiles | The system files required to run this game are not available. |
| Ready | This game is supported and ready to be run, requiring no validation. |
| RequiresValidation | The game has the files required to be run, but they are not in the correct format.
An installation job given by Validate |
| Unsupported | This game is not supported by this emulator. |