Documentation ¶
Overview ¶
Package core takes care of instanciating the libretro core, setting the input, audio, video, environment callbacks needed to play the games. It also deals with core options and persisting SRAM periodically.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Options *options.Options
Options holds the settings for the current core
Functions ¶
func Init ¶
Init is there mainly for dependency injection. Call Init before calling other functions of this package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.