Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

content_directory?: string
filename?: string

The filename of the core.

runahead?: number

The number of frames to run ahead of time. This allows to know in advance what should happen in the given number of frames, allowing to react in advance.

Note that this is resource intensive as the core will be iterated over multiple times for each perceived iteration. In order to work, this requires the cores to properly support serialization, otherwise the behavior is undefined.

save_directory?: string

The save directory of the core.

The core will save some data here.

speed_rate?: number

The speed ratio at wich the core will run.

system_directory?: string

The system directory of the core.

The core will look here for additional data, such as firmware ROMs or configuration files.

user_name?: string

The name of the user.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method