Versions in this module Expand all Collapse all v0 v0.1.0 Feb 20, 2026 Changes in this version + func GetDisplayName(name string) string + func GetRegionFromName(name string) string + type Game struct + CRC32 uint32 + Description string + Developer string + ESRBRating string + Franchise string + Genre string + MD5 string + Name string + Publisher string + ROMName string + ReleaseMonth uint + ReleaseYear uint + Serial string + Size uint64 + type RDB struct + func LoadRDB(path string) (*RDB, error) + func Parse(data []byte) *RDB + func (rdb *RDB) FindByCRC32(crc32 uint32) *Game + func (rdb *RDB) FindByMD5(md5 string) *Game + func (rdb *RDB) GameCount() int + func (rdb *RDB) GetMD5ByCRC32(crc32 uint32) string