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

Commit

Permalink
V3.58
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Nov 28, 2018
1 parent efb6204 commit 42d6b1a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 = 0x57
APP_VERSION_MINOR = 0x58
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
4 changes: 2 additions & 2 deletions lang/english_us.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--Translates
--Translates

STRING_UNSAFE_MODE = "UNSAFE MODE is required for this Homebrew !!!"
STRING_PSVITA_RESTART = "Your PSVita will restart"
Expand All @@ -18,7 +18,7 @@ MENU_INSTALL_PLUGINS = "Install Plugins"
MENU_UNINSTALL_PLUGINS = "Uninstall Plugins"
MENU_CONVERTBOOTSPLASH = "Set Custom Boot Splash"
MENU_INSTALL_NPDRMFREE = "Install plugin npdrm free from qwikrazor87 (Adrenaline)"
MENU_INSTALL_CONFIG = "Install config.txt for PKGJ v0.39+"
MENU_INSTALL_CONFIG = "Install config.txt for PKGJ v0.42+"
MENU_INSTALL_REMASTERED_CTRLS = "Install RemasteredControls plugins from Theflow (Adrenaline)"
MENU_CHECK_ONLINEP = "Check for Plugins Updates"
MENU_EXIT = "Exit"
Expand Down
Binary file modified resources/plugins/nopsmdrm.skprx
Binary file not shown.
Binary file modified resources/plugins/repatch.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.57</str>
<str size="18" color="#ffffff" shadow="on">v3.58</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.
6 changes: 3 additions & 3 deletions scripts/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins = {
--Kernel
{ name = "NoNpDrm by TheOfficialFloW", path = "nonpdrm.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_NONPDRM, },
--{ name = "MiniVitaTV by TheOfficialFloW vbeta0.2", path = "minivitatv.skprx", section = "KERNEL", path2 = "ds3.skprx", section2 = "KERNEL", config = false, desc = INSTALLP_DESC_MINIVITATV, },
{ name = "NoPsmDrm by frangarcj v1.3", path = "nopsmdrm.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_NOPSMDRM, },
{ name = "Vitabright by devnoname120(only for 3.60/H-Encore 3.68)", path = "vitabright.skprx", section = "KERNEL", path2 = false, section2 = false, config = "vitabright_lut.txt", version = "0001", desc = INSTALLP_DESC_VITABRIGHT, },
{ name = "NoPsmDrm by frangarcj v1.4", path = "nopsmdrm.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_NOPSMDRM, },
{ name = "Vitabright by devnoname120 v0.9", path = "vitabright.skprx", section = "KERNEL", path2 = false, section2 = false, config = "vitabright_lut.txt", version = "0001", desc = INSTALLP_DESC_VITABRIGHT, },
{ name = "NoAVLS by SilicaAndPina", path = "noavls.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_NOAVLS, },
{ name = "Repatch by dots-tb v2.71", path = "repatch.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_REPATCH, },
{ name = "Repatch by dots-tb v3.0", path = "repatch.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_REPATCH, },
{ name = "LOLIcon by dots-tb v1.0.1.1 HOTFIX A", path = "lolicon.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_LOLICON, },
{ name = "ds3vita by xerpi Beta3", path = "ds3vita.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_DS3VITA, },
{ name = "ds4vita by xerpi v1.2", path = "ds4vita.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = INSTALLP_DESC_DS4VITA, },
Expand Down

0 comments on commit 42d6b1a

Please sign in to comment.