mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-16 22:02:31 -05:00
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.
37 lines
518 B
Plaintext
37 lines
518 B
Plaintext
{
|
|
"meta":
|
|
{
|
|
"title": "Bloom and DOF Texture Definitions",
|
|
"author": "linckandrea"
|
|
},
|
|
"groups":
|
|
[
|
|
{
|
|
"name": "Bloom",
|
|
"targets": [
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n09_20x15_1"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n21_20x15_1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "DOF",
|
|
"targets": [
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n10_320x240_4"
|
|
},
|
|
{
|
|
"type": "efb",
|
|
"texture_filename": "efb1_n11_320x240_1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|