mirror of
https://github.com/Abdess/retrobios.git
synced 2026-04-20 05:47:46 +00:00
generate_pack.py now merges Tier 2 emulator files into platform packs: - Auto-detects cores from platform YAML "core:" fields (31 for RetroArch) - Also reads manual "emulators:" list from _registry.yml (for Batocera etc) - Union of both sources = complete emulator coverage per platform - Files already in platform pack are skipped (Tier 1 wins) Results with --include-extras: RetroArch: 395 -> 654 files (+259 emulator extras) Batocera: 359 -> 632 files (+273 emulator extras) Pack naming: BIOS_Pack.zip (normal) vs Complete_Pack.zip (with extras) |
||
|---|---|---|
| .. | ||
| scraper | ||
| auto_fetch.py | ||
| common.py | ||
| cross_reference.py | ||
| dedup.py | ||
| download.py | ||
| download.sh | ||
| generate_db.py | ||
| generate_pack.py | ||
| generate_readme.py | ||
| list_platforms.py | ||
| migrate.py | ||
| validate_pr.py | ||
| verify.py | ||