-
Notifications
You must be signed in to change notification settings - Fork 72
/
dreamhack.json
48 lines (48 loc) · 1.01 KB
/
dreamhack.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
{
"outputFiles": [
{
"file": "Output/Events/dreamhack.gct"
}
],
"codes": [
{
"name": "Polling Drift Fix",
"authors": [
"Dan Salvato"
],
"description": [
"Removes polling drift phenomenon causing variable input lag"
],
"build": [
{
"type": "binary",
"sourceFile": "Binary/LagReduction/PD.bin",
"annotation": "Polling Drift Fix [Dan Salvato]"
}
]
},
{
"name": "UCF",
"authors": [
"Dan Salvato",
"tauKhan",
"UnclePunch",
"Fizzi"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/UCF + Arduino Toggle UI/UCF",
"isRecursive": true,
"annotation": "UCF v0.74"
},
{
"type": "injectFolder",
"sourceFolder": "External/Enable UCF Toggles",
"isRecursive": true,
"annotation": "Enable UCF Toggles [Fizzi]"
}
]
}
]
}