Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
V3.02
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Jul 28, 2018
1 parent a852d2d commit 8505b3f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 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 = "Autoplugin"

APP_VERSION_MAJOR = 0x03 -- major.minor
APP_VERSION_MINOR = 0x01
APP_VERSION_MINOR = 0x02
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
Binary file added resources/plugins/custom_warning.suprx
Binary file not shown.
Binary file modified resources/plugins/nolockscreen.suprx
Binary file not shown.
Binary file modified resources/plugins/storagemgr.skprx
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">v3.01</str>
<str size="18" color="#ffffff" shadow="on">v3.02</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.
5 changes: 3 additions & 2 deletions scripts/autoplugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins = {

--Kernel
--{ name = "Gamesd by xyzz (Only in ur0:tai/config.txt)", path = "gamesd.skprx", section = "KERNEL", pos = 1, path2 = false, section2 = false, config = false },
{ name = "PSVita-StorageMgr by CelesteBlue v2.1", path = "storagemgr.skprx", section = "KERNEL", pos = 1, path2 = false, section2 = false, config = "storage_config.txt" },
{ name = "PSVita-StorageMgr by CelesteBlue v3.0", path = "storagemgr.skprx", section = "KERNEL", pos = 1, path2 = false, section2 = false, config = "storage_config.txt" },

{ name = "NoNpDrm by TheOfficialFloW", path = "nonpdrm.skprx", section = "KERNEL", pos = false, path2 = false, section2 = false, config = false },
{ name = "NoPsmDrm by frangarcj", path = "nopsmdrm.skprx", section = "KERNEL", pos = false, path2 = false, section2 = false, config = false },
Expand All @@ -19,8 +19,9 @@ plugins = {

--Main
{ name = "Download Enabler by TheOfficialFloW (VitaTweaks)", path = "download_enabler.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "NoLockScreen by TheOfficialFloW (VitaTweaks)", path = "nolockscreen.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "NoLockScreen v2 by TheOfficialFloW (VitaTweaks)", path = "nolockscreen.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "NoTrophyMsg by TheOfficialFloW (VitaTweaks)", path = "notrophymsg.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "Custom Warning v2 by TheOfficialFloW (VitaTweaks)", path = "custom_warning.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "Shellbat by nowrep v0.9", path = "shellbat.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "Shellsecbat by OperationNT414C v0.9", path = "shellsecbat.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "pngshot by xyzz v1.2", path = "pngshot.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
Expand Down

0 comments on commit 8505b3f

Please sign in to comment.