mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
28 lines
541 B
JSON
28 lines
541 B
JSON
{
|
|
"outputFiles": [
|
|
{
|
|
"file": "Output/Console/g_lag_pd.bin"
|
|
},
|
|
{
|
|
"file": "Output/Console/g_lag_pd.txt"
|
|
}
|
|
],
|
|
"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]"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |