From 636239d8aab20a416e75f68bc55e02b74543bdfe Mon Sep 17 00:00:00 2001 From: Electric Date: Mon, 15 Jun 2020 03:08:17 +0300 Subject: [PATCH] Offline version --- sce_sys/livearea/contents/template.xml | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index f05bd58..d24bf70 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ - v1.2.0 + Offline 20200615 diff --git a/src/main.cpp b/src/main.cpp index be916dd..6d50f9f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -92,7 +92,7 @@ int main() { httpInit(); netInit(); - curlDownload("http://rinnegatamante.it/vitadb/list_hbs_json.php", "ux0:data/Easy_VPK/vpks.json"); + curlDownload("https://raw.githubusercontent.com/Electric1447/VHBB-Android/master/db/vitadb_hbs_20200615.json", "ux0:data/Easy_VPK/vpks.json"); SharedData sharedData;