mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
49 lines
1.0 KiB
JSON
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]"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|