1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-08-06 16:50: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

@ -14,7 +14,7 @@
*/
var PRECACHE_ID='rom-patcher-js';
var PRECACHE_VERSION='v27b';
var PRECACHE_VERSION='v28';
var PRECACHE_URLS=[
'/RomPatcher.js/','/RomPatcher.js/index.html',
'/RomPatcher.js/manifest.json',
@ -41,7 +41,8 @@ var PRECACHE_URLS=[
'/RomPatcher.js/js/zip.js/inflate.js',
'/RomPatcher.js/js/formats/ips.js',
'/RomPatcher.js/js/formats/ups.js',
'/RomPatcher.js/js/formats/aps.js',
'/RomPatcher.js/js/formats/aps_n64.js',
'/RomPatcher.js/js/formats/aps_gba.js',
'/RomPatcher.js/js/formats/bps.js',
'/RomPatcher.js/js/formats/rup.js',
'/RomPatcher.js/js/formats/ppf.js',