From 30caa1f819fe39d6c079fde4e1d8e70be88decd8 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Fri, 21 Feb 2020 19:21:09 +0100 Subject: [PATCH] added full support for PPF2, also fixed PPF patching when patch file had an embeded file_id.diz, this should fix all PPF files! --- _cache_service_worker.js | 2 +- index.html | 2 +- ppf.js | 47 +++++++++++++++++++++++++++++----------- 3 files changed, 36 insertions(+), 15 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index ff8b164..54b7c34 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){ }); var PRECACHE_ID='rom-patcher-js'; -var PRECACHE_VERSION='v6'; +var PRECACHE_VERSION='v7'; var PRECACHE_URLS=[ '/RomPatcher.js/','/RomPatcher.js/index.html', '/RomPatcher.js/manifest.json', diff --git a/index.html b/index.html index bbbaa56..d33a217 100644 --- a/index.html +++ b/index.html @@ -146,7 +146,7 @@