Skip to content

Commit

Permalink
Add headered DATs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 7, 2018
1 parent bf5d48a commit f1b0d5d
Show file tree
Hide file tree
Showing 4 changed files with 12,536 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dats.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@
"static/Nintendo - Super Nintendo Entertainment System/**"
]
},
"libretro-database/metadat/libretro-dats/Nintendo - Nintendo Entertainment System": {
"files": [
"static/Headered/Nintendo - Nintendo*.dat"
]
},
"libretro-database/metadat/libretro-dats/Nintendo - Family Computer Disk System": {
"files": [
"static/Headered/Nintendo - Family*.dat"
]
},
"libretro-database/metadat/libretro-dats/NEC - PC Engine CD - TurboGrafx-CD": {
"files": [
"input/tosec/TOSEC-ISO/NEC PC-Engine CD*"
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function getGameEntry(game, rom) {
.replace('Demos (elf)\\', '')
.replace(' (United States)', ' (USA)')
.replace('Applications\\', '')
.replace(''', '\'')

// The filename must be a valid filename.
let gameFile = sanitizeFilename(path.basename(unidecode(rom.name)))
Expand Down
Loading

0 comments on commit f1b0d5d

Please sign in to comment.