Documentation
¶
Overview ¶
Package rdb is a parser for rdb files, a binary database of games with metadata also used by RetroArch.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
DB is a database that contains many RDB, mapped to their system name
type Game ¶
type Game struct { Path string `json:"-"` Name string `json:"name"` Description string `json:"description,omitempty"` Genre string `json:"genre,omitempty"` Developer string `json:"developer,omitempty"` Publisher string `json:"publisher,omitempty"` Franchise string `json:"franchise,omitempty"` Origin string `json:"origin,omitempty"` Rumble bool `json:"rumble,omitempty"` Serial string `json:"serial,omitempty"` ROMName string `json:"rom_name,omitempty"` ReleaseMonth uint `json:"release_month,omitempty"` ReleaseYear uint `json:"release_year,omitempty"` Size uint64 `json:"size,omitempty"` CRC32 uint32 `json:"crc32,omitempty"` System string `json:"system,omitempty"` MD5 string `json:"-"` }
Game represents a game in the libretro database
Click to show internal directories.
Click to hide internal directories.