• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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 ValidateGamePrerequisites(IGame) should be executed before running.

Unsupported

This game is not supported by this emulator.

Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.