From a3a6c05bd84eac2323c513203ca5840ebd1e37ca Mon Sep 17 00:00:00 2001 From: TheFloW Date: Mon, 28 Nov 2016 21:41:08 +0100 Subject: [PATCH] Update v1.43 --- Makefile | 2 +- README.md | 5 +++++ main.h | 2 +- pkg/sce_sys/livearea/contents/template.xml | 2 +- resources/changeinfo.txt | 7 +++++++ 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b26b1b90..000df339 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ASFLAGS = $(CFLAGS) all: $(TARGET).vpk %.vpk: eboot.bin - vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.42 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo + vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.43 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo vita-pack-vpk -s param.sfo -b eboot.bin \ --add pkg/sce_sys/icon0.png=sce_sys/icon0.png \ --add pkg/sce_sys/livearea/contents/bg.png=sce_sys/livearea/contents/bg.png \ diff --git a/README.md b/README.md index 5b06be05..030c7498 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ Be sure you pull request your customized design or language file there. * sakya for Lightmp3 * Everybody who contributed on vitasdk +### Changelog 1.43 ### +- Added taiHEN config.txt reload option available in molecularShell. +- Changed default HENkaku spoofed version to 3.63. +- Fixed bug where you couldn't exit the application. + ### Changelog 1.42 ### - Added a brand new settings menu which is accessible by pressing START (design by WesleyPolicena). This adds the ability to disable auto-update and power options have been added where you can diff --git a/main.h b/main.h index 77ed6ad7..4bcacae4 100644 --- a/main.h +++ b/main.h @@ -70,7 +70,7 @@ // VitaShell version major.minor #define VITASHELL_VERSION_MAJOR 0x01 -#define VITASHELL_VERSION_MINOR 0x42 +#define VITASHELL_VERSION_MINOR 0x43 #define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10)) diff --git a/pkg/sce_sys/livearea/contents/template.xml b/pkg/sce_sys/livearea/contents/template.xml index d77e036b..f393d540 100644 --- a/pkg/sce_sys/livearea/contents/template.xml +++ b/pkg/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ - v1.42 + v1.43 diff --git a/resources/changeinfo.txt b/resources/changeinfo.txt index 75bd202d..83fe2c61 100644 --- a/resources/changeinfo.txt +++ b/resources/changeinfo.txt @@ -206,4 +206,11 @@ only the flag is different).
]]> + + +- Changed default HENkaku spoofed version to 3.63.
+- Fixed bug where you couldn't exit the application.
+ ]]> +