-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
41 lines (41 loc) · 1007 Bytes
/
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
{
"label": "N64",
"launch": "launch.sh",
"description": "Runs mupen64plus in standalone mode for the specified rom",
"platforms": [
"tg5040"
],
"settings": [
{
"name": "Controller Layout",
"options": ["default", "lonko"],
"features": {
"hide_confirm": true
}
},
{
"name": "DPAD Mode",
"options": ["dpad", "joystick", "joystick-on-f2"],
"features": {
"hide_confirm": true
}
},
{
"name": "CPU Mode",
"options": ["ondemand", "performance"],
"features": {
"hide_confirm": true
}
},
{
"name": "Mupen64Plus Version",
"options": ["2.5.9", "2.6.0"],
"features": {
"hide_confirm": true
}
},
{
"name": "Save settings for game"
}
]
}