Skip to content

Commit

Permalink
Update v1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Nov 28, 2016
1 parent 051497c commit a3a6c05
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion pkg/sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.42</str>
<str size="18" color="#ffffff" shadow="on">v1.43</str>
</text>
</liveitem>
</frame>
Expand Down
7 changes: 7 additions & 0 deletions resources/changeinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,11 @@
only the flag is different).<br>
]]>
</changes>
<changes app_ver="01.43">
<![CDATA[
- Added taiHEN config.txt reload option available in molecularShell.<br>
- Changed default HENkaku spoofed version to 3.63.<br>
- Fixed bug where you couldn't exit the application.<br>
]]>
</changes>
</changeinfo>

0 comments on commit a3a6c05

Please sign in to comment.