mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-08-26 17:10:55 +00:00
added an option to patch unheadered roms with patches that need a headered rom\nusing now service workers for webapp cache
This commit is contained in:
parent
8f682a69ee
commit
5ea4024aaf
4 changed files with 82 additions and 34 deletions
10
index.html
10
index.html
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html manifest="manifest.appcache">
|
||||
<html>
|
||||
<head>
|
||||
<title>RomPatcher.js</title>
|
||||
<meta http-equiv="content-Type" content="text/html; charset=UTF-8"/>
|
||||
|
@ -51,11 +51,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row" id="row-removeheader" style="display:none">
|
||||
<div class="six columns text-right"><label for="checkbox-removeheader">Remove header:</label></div>
|
||||
<div class="six columns text-right"><label for="checkbox-removeheader">Remove header before patching:</label></div>
|
||||
<div class="six columns">
|
||||
<input type="checkbox" id="checkbox-removeheader" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" id="row-addheader" style="display:none">
|
||||
<div class="six columns text-right"><label for="checkbox-addheader">Patch needs a headered ROM:</label></div>
|
||||
<div class="six columns">
|
||||
<input type="checkbox" id="checkbox-addheader" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="six columns text-right"><label for="input-file-patch">Patch file <small>(IPS/UPS/APS/BPS)</small>:</label></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue