Skip to content

Commit

Permalink
Update v1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW committed Oct 30, 2016
1 parent 825498f commit c44fc7d
Show file tree
Hide file tree
Showing 5 changed files with 13 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.40 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo
vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.41 -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ Be sure you pull request your customized design or language file there.
* sakya for Lightmp3
* Everybody who contributed on vitasdk

### Changelog 1.41 ###
- Added ability to sort files and folders by size and date. Press R to switch sort method.
- Added the long desired 'Properties' feature. You can also check whether an eboot.bin is safe or not.

### Changelog 1.4 ###
- Added group RW permissions on files and folders when moving.
Safe homebrews like RetroArch will now recognize files and folders
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0x01
#define VITASHELL_VERSION_MINOR 0x40
#define VITASHELL_VERSION_MINOR 0x41

#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.31</str>
<str size="18" color="#ffffff" shadow="on">v1.41</str>
</text>
</liveitem>
</frame>
Expand Down
6 changes: 6 additions & 0 deletions resources/changeinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,10 @@
- Fixed time information in zip archives.<br>
]]>
</changes>
<changes app_ver="01.41">
<![CDATA[
- Added ability to sort files and folders by size and date. Press R to switch sort method.<br>
- Added the long desired 'Properties' feature. You can also check whether an eboot.bin is safe or not.<br>
]]>
</changes>
</changeinfo>

0 comments on commit c44fc7d

Please sign in to comment.