Skip to content

Commit

Permalink
v1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Aug 19, 2018
1 parent 582e4e8 commit a449af6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion git/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ APP_REPO = "theheroGAC"
APP_PROJECT = "Autovpk"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x01
APP_VERSION_MINOR = 0x02
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
Binary file modified resources/Autoplugin.vpk
Binary file not shown.
7 changes: 3 additions & 4 deletions resources/autovpk.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
------Injector
game.install("resources/VitaShell.vpk")
game.install("resources/Adrenaline.vpk")
game.install("resources/pkgj.vpk")
game.install("resources/Autoplugin.vpk")
onAppInstall("resources/Adrenaline.vpk")
onAppInstall("resources/pkgj.vpk")
onAppInstall("resources/Autoplugin.vpk")


os.message("Your PSVita will restart...\nThe vpk have been installed",0)
Expand Down
Binary file modified resources/pkgj.vpk
Binary file not shown.
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.01</str>
<str size="18" color="#ffffff" shadow="on">v1.02</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.

0 comments on commit a449af6

Please sign in to comment.