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:
parent
35f467faf2
commit
9543a3aa1c
9 changed files with 109 additions and 3 deletions
|
@ -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'
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue