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 Jan 11, 2020
1 parent 0c08006 commit e32d56b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/psvita/autoplugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ function plugins_installation(sel)
end
elseif plugins[sel].path == "vitastick.skprx" and not game.exists("VITASTICK") then
game.install("resources/plugins/vitastick.vpk")
elseif plugins[sel].path == "ModalVol.suprx" and not game.exists("MODALVOLM") then
game.install("resources/plugins/VolumeControl.vpk")
end

if install then
Expand Down
3 changes: 2 additions & 1 deletion scripts/psvita/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ plugins = {
{ name = "PSVshell by Electry v1.1", path = "PSVshell.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_PSVSHELL"], },
{ name = "0syscall6 by SKGleba v1.2", path = "0syscall6.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_SYSCALL6"], },
{ name = "Monaural by cuevavirus v1.0.0", path = "monaural.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_MONAURAL"], },
{ name = "Music Premium by cuevavirus v1.0.1", path = "music_premium.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_MUPREMIUM"], },
{ name = "Music Premium by cuevavirus v1.0.3", path = "music_premium.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_MUPREMIUM"], },

--Boot_config.txt
{ name = "Custom Boot Splash by Princess of Sleeping", path = "custom_boot_splash.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_CUSTOMBOOTSPLASH"], },
Expand Down Expand Up @@ -97,6 +97,7 @@ plugins = {
{ name = "forcelang by xdanieldzd v0.2U", path = "forcelang.suprx", section = "ALL", path2 = "ioplus.skprx", section2 = "KERNEL", config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_FORCELANG"], },
{ name = "ShowInfo Lite by Yoti v0.2", path = "ShowInfoLite.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_SHOWINFO"], },
{ name = "ShowInfo Full by Yoti v0.6", path = "ShowInfo.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_SHOWINFOFU"], },
{ name = "Volume Control Pack by GrapheneCt v1.0", path = "ModalVol.suprx", section = "ALL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_MODALVOL"], },

--*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 e32d56b

Please sign in to comment.