Skip to content

Commit

Permalink
add systems to config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTwoStep committed Sep 20, 2021
1 parent 4392549 commit a5cc096
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
{
"name": "3DS",
"shortName": "3DS",
"romFormats": ["3ds", "3dz", "zip", "cxi", "axf", "3dsx", "elf", "cci", "cia"],
"romFormats": ["3ds", "3dz", "zip", "cxi", "axf", "3dsx", "elf", "cci"],
"company": "Nintendo"
},
{
"name": "Playstation",
"shortName": "PSX",
"shortName": "PSXISO",
"romFormats": ["zip", "bin", "cue", "ccd", "chd", "exe", "iso", "m3u", "pbp", "toc"],
"company": "Sony"
},
Expand All @@ -25,6 +25,66 @@
"shortName": "PS3",
"romFormats": ["folder", "iso", "pkg"],
"company": "Sony"
},
{
"name": "Wii U",
"shortName": "Wii U",
"romFormats": ["folder"],
"company": "Nintendo"
},
{
"name": "Switch",
"shortName": "Switch",
"romFormats": ["nsp", "xci"],
"company": "Nintendo"
},
{
"name": "Genesis",
"shortName": "Genesis",
"romFormats": ["md", "zip"],
"company": "Sega"
},
{
"name": "PSP",
"shortName": "PSP",
"romFormats": ["bin", "iso"],
"company": "Sony"
},
{
"name": "Playstation 2",
"shortName": "PS2",
"romFormats": ["iso"],
"company": "Sony"
},
{
"name": "Super Nintendo",
"shortName": "SNES",
"romFormats": ["smc", "zip"],
"company": "Nintendo"
},
{
"name": "Gamecube",
"shortName": "GGC",
"romFormats": ["iso"],
"company": "Nintendo"
},
{
"name": "DS",
"shortName": "NDS",
"romFormats": ["nds"],
"company": "Nintendo"
},
{
"name": "Arcade",
"shortName": "MAMEPLUS",
"romFormats": ["zip", "idk", "TODO"],
"company": "Various"
},
{
"name": "NES",
"shortName": "NES",
"romFormats": ["nes", "zip"],
"company": "Nintendo"
}
]
}

0 comments on commit a5cc096

Please sign in to comment.