-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings.json
65 lines (65 loc) · 1.17 KB
/
settings.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
{
"cores": {
"32X": "picodrive",
"5200": "mess",
"7800": "prosystem",
"ColecoVision": "colem",
"FDS": "snes9x-next",
"GB": "gambatte",
"GBC": "gambatte",
"GBA": "vba-next",
"GG": "picodrive",
"Jaguar": "virtualjaguar",
"Lynx": "handy",
"MD": "picodrive",
"N64": "mupen64plus",
"NES": "nestopia",
"NGP": "mame",
"NGPC": "mame",
"PCE": "pcejin",
"SG1000": "picodrive",
"SMS": "picodrive",
"SNES": "snes9x-next",
"SuperGrafx": "pcejin",
"VB": "vba-next",
"Vectrex": "vecx",
"WonderSwan": "oswan",
"WonderSwan Color": "oswan",
"MAME": "mame",
"PSX": "pcsx",
"SCD": "picodrive",
"Saturn": "yabause",
"PCECD": "pcejin",
"PSP": "ppsspp",
"NDS": "desmume",
"2600": "mess",
"Odyssey2": "o2em",
"Intellivision": "nostalgia"
},
"keys": {
"9": 8,
"13": 9,
"16": 8,
"18": 1,
"32": 0,
"37": 14,
"38": 12,
"39": 15,
"40": 13,
"65": 1,
"66": 0,
"68": 15,
"73": 3,
"74": 2,
"75": 0,
"76": 1,
"82": 5,
"83": 13,
"87": 12,
"88": 3,
"89": 2,
"90": 3,
"91": 2,
"222": 8
}
}