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 ¶ added in v0.5.0
type Game struct {
Path string
Name string
Description string
Genre string
Developer string
Publisher string
Franchise string
Origin string
Rumble bool
Serial string
ROMName string
ReleaseMonth uint
ReleaseYear uint
Size uint64
CRC32 uint32
System string
}
Game represents a game in the libretro database
Click to show internal directories.
Click to hide internal directories.