1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

added support for APS (GBA), fixing #58

This commit is contained in:
Marc Robledo 2023-03-31 19:08:27 +02:00
parent 0769fae972
commit 1ea536ad27
9 changed files with 147 additions and 133 deletions

View file

@ -4,7 +4,7 @@ self.importScripts(
'./MarcFile.js',
'./crc.js',
'./formats/ips.js',
'./formats/aps.js',
'./formats/aps_n64.js',
'./formats/ups.js',
'./formats/bps.js',
'./formats/ppf.js',