mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-14 04:42:32 -05: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:
@@ -64,6 +64,7 @@ notes: |
|
||||
files:
|
||||
# Data files (system_dir/ume2015/)
|
||||
- name: hiscore.dat
|
||||
path: "ume2015/hiscore.dat"
|
||||
required: false
|
||||
category: game_data
|
||||
source_ref: "src/emu/hiscore.c:335-337"
|
||||
|
||||
Reference in New Issue
Block a user