mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-29 05:42:48 +00:00
fix: add missing system slugs to batocera and retrobat scrapers
This commit is contained in:
parent
6864ce6584
commit
4db9e4350c
3 changed files with 449 additions and 200 deletions
|
|
@ -92,6 +92,27 @@ SYSTEM_SLUG_MAP = {
|
|||
"dos": "dos",
|
||||
"videopac": "philips-videopac",
|
||||
"pokemini": "nintendo-pokemon-mini",
|
||||
"gsplus": "apple-iigs",
|
||||
"apple2": "apple-ii",
|
||||
"apple2gs": "apple-iigs",
|
||||
"ps3": "sony-playstation-3",
|
||||
"psvita": "sony-playstation-vita",
|
||||
"coco": "coco",
|
||||
"dragon32": "dragon32",
|
||||
"dragon64": "dragon64",
|
||||
"mc10": "mc10",
|
||||
"msx2+": "microsoft-msx",
|
||||
"msxturbor": "microsoft-msx",
|
||||
"spectravideo": "spectravideo",
|
||||
"tvc": "videoton-tvc",
|
||||
"enterprise": "enterprise-64-128",
|
||||
"vis": "tandy-vis",
|
||||
"supracan": "supracan",
|
||||
"jaguar": "atari-jaguar",
|
||||
"jaguarcd": "atari-jaguar",
|
||||
"switch": "nintendo-switch",
|
||||
"wii": "nintendo-wii",
|
||||
"xbox360": "microsoft-xbox-360",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue