Skip to content

Emulators

Emulation, broadly speaking, is launching one game with another executable, instead of directly as a native game. For Drop, we have to import at minimum, two versions:

  • Our emulator (referred to as MyEmulator)
  • Our game (referred to as MyGame)

For convenience’s sake, we can also specify file extensions for Drop’s auto-detect features. For this guide, we’ll use .rom

  1. When importing a game, you can now select it as an “emulator”. This enables other configuration options for emulators later down the line, and hides it from the store.

    Your metadata providers are unlikely to be able to find it. You might have to use the manual import option.

  2. Once you’ve imported your emulator, open the version importer for your game.

    Add a launch executable for every platform you want to support. The options are fairly self-explanatory, but make sure to use the {rom} placeholder, and optionally add the file extensions.

    Read the Command Parsing article to understand how it’s parsed and substituted.

  3. Import your emulated game as usual.

  4. If you set your file extension above, simply select the ROM from the dropdown in one of your launch executables. It’ll auto-fill the configuration needed.

  5. If you didn’t set your file extension, enter the name of your ROM in the launch executable field. Then, click “Select new emulator”, and search for your emulator game, select the version, and launch command.

    It’ll automatically pre-fill the platform field with the platform of your emulator.