Files
libretro/bios/Other/Recalbox/.variants/metadata.json.db05728a
Abdessamad Derraz 13c561888d v2: automated BIOS platform with full pipeline
Reorganized 6 branches into bios/Manufacturer/Console/.
Scrapers for RetroArch, Batocera, Recalbox, and libretro core-info.
Platform-aware verification replicating native logic per platform.
Pack generation with dedup, alias resolution, variant support.
CI/CD: weekly auto-scrape, auto-release, PR validation.
Large files (>50MB) stored as GitHub Release assets, auto-fetched at build time.
2026-03-17 10:54:39 +01:00

72 lines
1.4 KiB
Plaintext

{
"meta":
{
"title": "Native Resolution Goop",
"author": "Techjar",
"description": "Scales goop maps to draw at their native resolution, regardless of internal resolution. Results in goop having more rounded off edges rather than looking very blocky at higher resolutions."
},
"groups":
[
{
"name": "Goop",
"targets": [
{
"type": "efb",
"texture_filename": "efb1_n000000_32x32_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_64x32_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_32x64_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_64x64_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_128x64_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_64x128_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_128x128_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_256x128_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_128x256_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_256x256_1"
},
{
"type": "efb",
"texture_filename": "efb1_n000000_512x512_1"
}
]
}
],
"features":
[
{
"group": "Goop",
"action": "scale",
"action_data": {
"X": 1.0,
"Y": 1.0,
"Z": 1.0
}
}
]
}