Files
libretro/CONTRIBUTING.md
Abdessamad Derraz b56f8dd05f feat: add archive_prefix for core-specific BIOS subdirectories
Closes #43

FBNeo and Kronos expect BIOS archives in core-specific subdirectories
(system/fbneo/, system/kronos/). RetroArch firmware check uses .info
paths which include these prefixes, so files at root show as Missing.

Add archive_prefix field to emulator profiles. The pack code now places
archive copies in the prefixed subdirectory while keeping root copies
for cores that expect them there (e.g. Geolith for neogeo.zip).
2026-03-31 09:17:54 +02:00

508 B

Contributing to RetroBIOS

Add a BIOS file

  1. Fork this repository
  2. Place the file in bios/Manufacturer/Console/filename
  3. Variants (alternate hashes): bios/Manufacturer/Console/.variants/
  4. Create a Pull Request - checksums are verified automatically

File conventions

  • Files >50 MB go in GitHub release assets (large-files release)
  • RPG Maker and ScummVM directories are excluded from deduplication
  • See the documentation site for full details