mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-15 17:12:48 +00:00
49 libretro cores had type: game/utility/test instead of type: libretro, breaking the all_libretro filtering in resolve_platform_cores and excluding them from platform packs (e.g. cannonball missing from RetroArch). core_classification already carries the descriptive role. 9 profiles with subdirectory-loading cores (cannonball/, nxengine/, Citra/sysdata/, mame2003/, mame2003-plus/, mame2010/) now have path: fields so cross-reference places files at the correct destination. resolve_local_file now tries basename when name contains a path separator (e.g. res/tilemap.bin -> tilemap.bin), fixing resolution of files with subdirectory names. |
||
|---|---|---|
| .. | ||
| scraper | ||
| auto_fetch.py | ||
| common.py | ||
| cross_reference.py | ||
| crypto_verify.py | ||
| dedup.py | ||
| deterministic_zip.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 | ||
| sect233r1.py | ||
| validate_pr.py | ||
| verify.py | ||