mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 22:32: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.
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
{
|
|
"meta":
|
|
{
|
|
"title": "Native Resolution Bloom",
|
|
"author": "Dolphin Team",
|
|
"description": "Scales bloom effects to draw at their native resolution, regardless of internal resolution. Results in bloom looking much more natural at higher resolutions but may cause shimmering."
|
|
},
|
|
"features":
|
|
[
|
|
{
|
|
"group": "Bloom",
|
|
"action": "scale",
|
|
"action_data": {
|
|
"X": 1.0,
|
|
"Y": 1.0,
|
|
"Z": 1.0
|
|
}
|
|
}
|
|
]
|
|
} |