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

add .vcdiff to the list of extensions

This commit is contained in:
Egor 2022-04-24 13:47:19 +03:00
parent e53479f1ce
commit a000ebfafb
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ A ROM patcher made in HTML5.
* RUP * RUP
* PPF * PPF
* Paper Mario Star Rod (.mod) * Paper Mario Star Rod (.mod)
* VCDiff (.xdelta) * VCDiff (.xdelta, .vcdiff)
* can patch and create patches * can patch and create patches
* shows ROM CRC32, MD5 and SHA-1 before patching * shows ROM CRC32, MD5 and SHA-1 before patching
* can remove headers before patching * can remove headers before patching

View file

@ -121,7 +121,7 @@
<div class="row m-b" id="row-file-patch"> <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="leftcol text-right"><label for="input-file-patch" data-localize="patch_file">Patch file:</label></div>
<div class="rightcol"> <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>
</div> </div>