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

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Mar 10, 2019
1 parent f521672 commit b9d4d1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/psvita/autoplugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ function plugins_installation(sel)
img2splashbin("resources/boot_splash.png")
elseif plugins[sel].path == "vitacheat.skprx" and not files.exists("ux0:vitacheat/db/") then--Vitacheat
files.extract("resources/plugins/vitacheat.zip","ux0:")
elseif plugins[sel].path == "vitacheat360.skprx" and not files.exists("ux0:vitacheat/db/") then--Vitacheat for 3.60
files.extract("resources/plugins/vitacheat.zip","ux0:")
elseif plugins[sel].path == "AutoBoot.suprx" and not files.exists("ux0:data/AutoBoot/") then--AutoBoot
files.extract("resources/plugins/AutoBoot.zip","ux0:")
elseif plugins[sel].path == "ps4linkcontrols.suprx" and not files.exists("ux0:ps4linkcontrols.txt") then--ps4linkcontrols
Expand Down
5 changes: 3 additions & 2 deletions scripts/psvita/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ plugins = {
{ name = "usbmc by yifanlu v6 (only for PSTV)", path = "usbmc.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_USBMC"], },
{ name = "AnalogsEnhancer by Rinnegatamante v1.0", path = "AnalogsEnhancer.skprx", section = "KERNEL", path2 = false, section2 = false, config = "config.txt", configpath = "ux0:data/AnalogsEnhancer/", version = "0001", desc = LANGUAGE["INSTALLP_DESC_ANALOGSENHANCER"], },
{ name = "ioplus by dots-tb v0.1", path = "ioplus.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_IOPLUS"], },
{ name = "Vitacheat Z05 BETA by r0ah", path = "vitacheat.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITACHEAT"], },
{ name = "Vitacheat Z05 BETA by r0ah FOR 3.65+", path = "vitacheat.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITACHEAT"], },
{ name = "Vitacheat Z05 BETA FOR 3.60", path = "vitacheat360.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITACHEAT2"], },
{ name = "NoPSMWhitelist by SilicaAndPina v1.0 (only for PSTV)", path = "noPsmWhitelist.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_NOPSMWHITE"], },
{ name = "AnalogStickDisable by Hack-Usagi v1.2", path = "AnalogStickDisable.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_ANALOGSTICK"], },
{ name = "cidSpoofer by SilicaAndPina v1.0", path = "cidSpoof.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_CIDSPOOF"], },
Expand Down Expand Up @@ -66,7 +67,7 @@ plugins = {
{ name = "TurboPad by Rinnegatamante v0.3", path = "TurboPad.suprx", section = "ALL", path2 = "kuio.skprx", section2 = "KERNEL", config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_TURBOPAD"], },
{ name = "reRescaler by Rinnegatamante v1.0", path = "reRescaler.suprx", section = "ALL", path2 = "ioplus.skprx", section2 = "KERNEL", config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_RESCALER"], },
{ name = "InfiniteNet by Rinnegatamante v1.0", path = "InfiniteNet.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_INFINITENET"], },
{ name = "FreePSM by SilicaAndPina v1.0", path = "FreePSM.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_FREEPSM"], },
{ name = "FreePSM by SilicaAndPina v1.1", path = "FreePSM.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_FREEPSM"], },

--*NPXS10013
{ name = "vita-ps4linkcontrols r7 by nowrep", path = "ps4linkcontrols.suprx", section = "NPXS10013", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_PS4LINK"], },
Expand Down

0 comments on commit b9d4d1a

Please sign in to comment.