Documentation ¶
Overview ¶
Package history manages the list of recently played games
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Game ¶
type Game struct { Path string // Absolute path of the game on the filesystem Name string // Human readable name of the game, comes from the RDB System string // Name of the game console CorePath string // Absolute path to the libretro core Savestate string // Absolute path of the last savestate on this game }
Game represents a game in the history file
Click to show internal directories.
Click to hide internal directories.