OBJECT

SystemFile

A BIOS or System File that is required for an emulator to run a game.

  • type SystemFile {
  • # The file name of this BIOS file.
  • fileName: String!
  • # The MD5 hash of this BIOS file.
  • md5Hash: String!
  • }