mirror of
https://github.com/Abdess/retrobios.git
synced 2026-04-21 06:17:46 +00:00
_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. |
||
|---|---|---|
| .. | ||
| scraper | ||
| auto_fetch.py | ||
| common.py | ||
| cross_reference.py | ||
| dedup.py | ||
| download.py | ||
| download.sh | ||
| generate_db.py | ||
| generate_pack.py | ||
| generate_readme.py | ||
| generate_site.py | ||
| list_platforms.py | ||
| migrate.py | ||
| pipeline.py | ||
| refresh_data_dirs.py | ||
| validate_pr.py | ||
| verify.py | ||