-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
90 lines (90 loc) · 2.06 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"romRootDirectory": "",
"outputSpreadsheet": "",
"consoles": [
{
"name": "3DS",
"shortName": "3DS",
"romFormats": ["3ds", "3dz", "zip", "cxi", "axf", "3dsx", "elf", "cci"],
"company": "Nintendo"
},
{
"name": "Playstation",
"shortName": "PSXISO",
"romFormats": ["zip", "bin", "cue", "ccd", "chd", "exe", "iso", "m3u", "pbp", "toc"],
"company": "Sony"
},
{
"name": "Nintendo 64",
"shortName": "N64",
"romFormats": ["bin", "n64", "z64", "jap", "usa", "pal", "rom", "u64", "v64", "N64"],
"company": "Nintendo"
},
{
"name": "Playstation 3",
"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"
}
]
}