Enum GameEmulationState
Represents the various states a game emulation is allowed to be in.
Namespace: Snowflake.Orchestration.Extensibility
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public enum GameEmulationState
Fields
Name | Description |
---|---|
CanStartEmulation | The game emulation can be started. The following methods are legal to run. |
CanStopEmulation | The game emulation is running, and can be stopped. The following methods are legal to run. |
RequiresCompileConfiguration | The game emulation requires configuration to be compiled. The following methods are legal to run. |
RequiresDispose | The game emulation has finished running, and now must be disposed. |
RequiresRestoreSaveGame | The game emulation requires the save game to be restored. The following methods are legal to run. |
RequiresSetupEnvironment | This game emulation requires environment setup. The following methods are legal to run. |