emulation
- class birdseyelib.Emulation(client)[source]
Class containing various functions for controlling emulation in BizHawk.
- get_display_type() str[source]
Returns the display type (“PAL” or “NTSC”) that the emulator is currently running on.
Returns “”, if not avaiable.
- get_framecount() int[source]
Returns the current framecount from the emulator, or -1, if no data has been received yet.