v2026.04.02/scripts
Abdessamad Derraz 316d2467eb refactor: replace emulator extras with cross-reference discovery
_collect_emulator_extras() now uses find_undeclared_files() from
verify.py instead of manual emulator name lists. This gives:
- System-overlap matching (automatic, no manual config needed)
- mode: standalone filtering (no standalone files in libretro packs)
- type: launcher filtering (no launcher BIOS in system_dir)
- data_directories coverage (no false gaps)
- hle_fallback propagation
- Works for ANY platform (same logic for RetroArch, Batocera, etc.)

RetroArch --include-extras now discovers 91 extra files from
emulator profiles automatically.
2026-03-19 13:10:36 +01:00
..
scraper feat: core profiles, data_dirs buildbot, cross_ref fix 2026-03-18 21:20:02 +01:00
auto_fetch.py refactor: quality audit fixes, honest verification reporting 2026-03-17 15:35:30 +01:00
common.py fix: review findings — hoist constants, cache emu profiles, renumber steps 2026-03-19 11:22:58 +01:00
cross_reference.py refactor: DRY consolidation + 83 unit tests 2026-03-19 11:19:50 +01:00
dedup.py refactor: fix code review findings across all scripts 2026-03-17 15:16:51 +01:00
download.py refactor: centralize hash logic, fix circular imports and perf bottlenecks 2026-03-18 11:51:12 +01:00
download.sh update all references from retroarch_system to retrobios 2026-03-17 11:17:50 +01:00
generate_db.py feat: aliases support in resolve and db generation 2026-03-19 08:15:13 +01:00
generate_pack.py refactor: replace emulator extras with cross-reference discovery 2026-03-19 13:10:36 +01:00
generate_readme.py refactor: centralize hash logic, fix circular imports and perf bottlenecks 2026-03-18 11:51:12 +01:00
generate_site.py refactor: centralize hash logic, fix circular imports and perf bottlenecks 2026-03-18 11:51:12 +01:00
list_platforms.py refactor: fix code review findings across all scripts 2026-03-17 15:16:51 +01:00
migrate.py v2: automated BIOS platform with full pipeline 2026-03-17 10:54:39 +01:00
pipeline.py feat: complete platform-native verification with cross-reference 2026-03-19 10:44:17 +01:00
refresh_data_dirs.py feat: core profiles, data_dirs buildbot, cross_ref fix 2026-03-18 21:20:02 +01:00
validate_pr.py refactor: consolidate CI pipeline, remove third-party deps 2026-03-17 12:33:10 +01:00
verify.py feat: hle_fallback field + launcher filtering in verify 2026-03-19 12:51:52 +01:00