Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Dec 1, 2019
1 parent 9921180 commit 3a1f547
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 2 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 = "Auto-Installer-vpk"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x12
APP_VERSION_MINOR = 0x15
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
Binary file modified resources/Adrenaline.vpk
Binary file not shown.
Binary file added resources/AdrenalineBubbleManager.vpk
Binary file not shown.
Binary file modified resources/Autoplugin.vpk
Binary file not shown.
Binary file added resources/Tubevita.vpk
Binary file not shown.
2 changes: 2 additions & 0 deletions resources/autovpk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
game.install("resources/Adrenaline.vpk")
game.install("resources/pkgj.vpk")
game.install("resources/Autoplugin.vpk")
game.install("resources/Tubevita.vpk")
game.install("resources/AdrenalineBubbleManager.vpk")
os.message("Your PSVita will restart...\nThe vpk have been installed",0)
os.delay(2500)
buttons.homepopup(1)
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.12</str>
<str size="18" color="#ffffff" shadow="on">v1.15</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.

0 comments on commit 3a1f547

Please sign in to comment.