forked from Namaneo/Junie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (34 loc) · 773 Bytes
/
settings.json
File metadata and controls
34 lines (34 loc) · 773 Bytes
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
{
"language": "ENGLISH",
"assets": {
"menu": "menu.png",
"left": "left.png",
"right": "right.png",
"loading": "loading.png"
},
"bindings": {
"A": "X",
"B": "Z",
"X": "S",
"Y": "A",
"UP": "UP",
"DOWN": "DOWN",
"LEFT": "LEFT",
"RIGHT": "RIGHT",
"L": "C",
"R": "D",
"SELECT": "ENTER",
"START": "SPACE"
},
"melonDS": {
"dependencies": [
"bios7.bin",
"bios9.bin",
"firmware.bin"
],
"configurations": {
"melonds_touch_mode": "Touch",
"melonds_randomize_mac_address": "enabled"
}
}
}