mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
Merge pull request #48 from DankRank/vcdiff-ext
add .vcdiff to the list of extensions
This commit is contained in:
commit
21c5af6842
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ A ROM patcher made in HTML5.
|
|||
* RUP
|
||||
* PPF
|
||||
* Paper Mario Star Rod (.mod)
|
||||
* VCDiff (.xdelta)
|
||||
* VCDiff (.xdelta, .vcdiff)
|
||||
* can patch and create patches
|
||||
* shows ROM CRC32, MD5 and SHA-1 before patching
|
||||
* can remove headers before patching
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
<div class="row m-b" id="row-file-patch">
|
||||
<div class="leftcol text-right"><label for="input-file-patch" data-localize="patch_file">Patch file:</label></div>
|
||||
<div class="rightcol">
|
||||
<input type="file" id="input-file-patch" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.zip"/>
|
||||
<input type="file" id="input-file-patch" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.vcdiff,.zip"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue