mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
39 lines
855 B
JSON
39 lines
855 B
JSON
{
|
|
"outputFiles": [
|
|
{
|
|
"file": "Output/Console/g_screen_wide_shutters.bin"
|
|
},
|
|
{
|
|
"file": "Output/Console/g_screen_wide_shutters.txt"
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"name": "Optional: 16:9 -> 73:60",
|
|
"authors": [
|
|
"Dan Salvato",
|
|
"mirrorbender",
|
|
"Achilles1515",
|
|
"UnclePunch",
|
|
"Fizzi"
|
|
],
|
|
"description": [
|
|
"Set Aspect Ratio to \"Force 16:9\" in Graphics"
|
|
],
|
|
"build": [
|
|
{
|
|
"type": "injectFolder",
|
|
"sourceFolder": "External/Widescreen",
|
|
"isRecursive": true,
|
|
"annotation": "Widescreen 16:9"
|
|
},
|
|
{
|
|
"type": "injectFolder",
|
|
"sourceFolder": "External/WidescreenShutters",
|
|
"isRecursive": true,
|
|
"annotation": "Converts 16:9 to 4:3"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |