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

added support for APS (GBA), fixing #58

This commit is contained in:
Marc Robledo 2023-03-31 19:08:27 +02:00
parent 0769fae972
commit 1ea536ad27
9 changed files with 147 additions and 133 deletions

View file

@ -40,7 +40,8 @@
<script type="text/javascript" src="./js/formats/zip.js"></script>
<script type="text/javascript" src="./js/formats/ips.js"></script>
<script type="text/javascript" src="./js/formats/ups.js"></script>
<script type="text/javascript" src="./js/formats/aps.js"></script>
<script type="text/javascript" src="./js/formats/aps_n64.js"></script>
<script type="text/javascript" src="./js/formats/aps_gba.js"></script>
<script type="text/javascript" src="./js/formats/bps.js"></script>
<script type="text/javascript" src="./js/formats/rup.js"></script>
<script type="text/javascript" src="./js/formats/ppf.js"></script>
@ -179,7 +180,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.7.1</small> by <a href="/">Marc Robledo</a>
Rom Patcher JS <small>v2.8</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>