mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-08-26 17:10:55 +00:00
added .mod (PMSR) support
This commit is contained in:
parent
30caa1f819
commit
462b2b6b11
8 changed files with 128 additions and 81 deletions
|
@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){
|
|||
});
|
||||
|
||||
var PRECACHE_ID='rom-patcher-js';
|
||||
var PRECACHE_VERSION='v7';
|
||||
var PRECACHE_VERSION='v7b';
|
||||
var PRECACHE_URLS=[
|
||||
'/RomPatcher.js/','/RomPatcher.js/index.html',
|
||||
'/RomPatcher.js/manifest.json',
|
||||
|
@ -56,6 +56,7 @@ var PRECACHE_URLS=[
|
|||
'/RomPatcher.js/bps.js',
|
||||
'/RomPatcher.js/rup.js',
|
||||
'/RomPatcher.js/ppf.js',
|
||||
'/RomPatcher.js/pmsr.js',
|
||||
'/RomPatcher.js/vcdiff.js'
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue