mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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).
508 B
508 B
Contributing to RetroBIOS
Add a BIOS file
- Fork this repository
- Place the file in
bios/Manufacturer/Console/filename - Variants (alternate hashes):
bios/Manufacturer/Console/.variants/ - Create a Pull Request - checksums are verified automatically
File conventions
- Files >50 MB go in GitHub release assets (
large-filesrelease) - RPG Maker and ScummVM directories are excluded from deduplication
- See the documentation site for full details