Files
slippi-ssbm-asm/dreamhack.json
Jas Laferriere d4ab4592af add dreamhack gct output
was used at dreamhack Atlanta
2019-11-21 13:50:00 -08:00

49 lines
1.0 KiB
JSON

{
"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]"
}
]
}
]
}