mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-28 21:32:49 +00:00
fix: add path fields for correct pack subdirectory placement
Cores that load files from system_dir subdirectories (same_cdi/bios/, neocd/, cannonball/, Citra/sysdata/, mame2003/, etc.) need path: on each file entry so cross-reference and pack generation place files at the correct destination. Also fixes neocd.yml using non-standard dest: field instead of path:. Closes #41
This commit is contained in:
parent
87d3c4c645
commit
a37bf11524
9 changed files with 25 additions and 15 deletions
|
|
@ -31,6 +31,7 @@ notes: |
|
|||
|
||||
files:
|
||||
- name: "hiscore.dat"
|
||||
path: "fbalpha2012/hiscore.dat"
|
||||
description: "High score persistence database"
|
||||
required: false
|
||||
source_ref: "src/burn/hiscore.c:228-232"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue