mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
show expected ROM source if patch can validate source, for issue #69
This commit is contained in:
parent
0992132c57
commit
c1293bb3ed
8 changed files with 91 additions and 9 deletions
|
@ -82,7 +82,7 @@
|
|||
}]
|
||||
}
|
||||
];*/
|
||||
--></script>
|
||||
--></script>
|
||||
</head>
|
||||
<body><div id="column">
|
||||
|
||||
|
@ -125,6 +125,7 @@
|
|||
<input type="file" id="input-file-patch" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.vcdiff,.zip"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row m-b hide" id="row-expected-source-info"></div>
|
||||
|
||||
<div class="buttons">
|
||||
<span id="message-apply" class="message"></span>
|
||||
|
@ -180,7 +181,7 @@
|
|||
<button id="button-settings" class="button-outer"><img src="style/icon_settings.svg" class="icon settings" /> <span data-localize="settings">Settings</span></button>
|
||||
</div>
|
||||
|
||||
Rom Patcher JS <small>v2.8.1</small> by <a href="/">Marc Robledo</a>
|
||||
Rom Patcher JS <small>v2.9</small> by <a href="/">Marc Robledo</a>
|
||||
<br />
|
||||
<img src="style/icon_github.svg" class="icon github" /> <a href="https://github.com/marcrobledo/RomPatcher.js/" target="_blank">See on GitHub</a>
|
||||
<img src="style/icon_heart.svg" class="icon heart" /> <a href="https://www.paypal.me/marcrobledo/5" target="_blank" rel="nofollow">Donate</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue