1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-09-25 17:36:56 +00:00

BSDIFF support

This commit is contained in:
Floogle 2025-09-14 20:19:50 +02:00
parent 35f467faf2
commit 9543a3aa1c
9 changed files with 109 additions and 3 deletions

View file

@ -12,7 +12,8 @@ self.importScripts(
'./modules/RomPatcher.format.rup.js',
'./modules/RomPatcher.format.ppf.js',
'./modules/RomPatcher.format.pmsr.js',
'./modules/RomPatcher.format.vcdiff.js'
'./modules/RomPatcher.format.vcdiff.js',
'./modules/RomPatcher.format.bdf.js'
);