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

Commit

Permalink
Merge pull request #243 from ONElua/master
Browse files Browse the repository at this point in the history
Fix install VitaStick
  • Loading branch information
theheroGAC authored Mar 25, 2019
2 parents 5adaa74 + 63ce3a0 commit e70ed45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fnt = font.load("ux0:data/AUTOPLUGIN/font/font.pgf") or font.load("ux0:data/AUTO
if fnt then font.setdefault(fnt) end

--Updater
if check_online() then dofile("git/updater.lua") end
dofile("git/updater.lua")

--Init load configs
tai.load()
Expand Down
2 changes: 2 additions & 0 deletions scripts/psvita/autoplugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ function plugins_installation(sel)
install = false
end
end
elseif plugins[sel].path == "vitastick.skprx" and not game.exists("VITASTICK") then
game.install("resources/plugins/vitastick.vpk")
end

if install then
Expand Down
2 changes: 1 addition & 1 deletion scripts/psvita/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins = {
{ name = "ds3vita by xerpi Beta3", path = "ds3vita.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_DS3VITA"], },
{ name = "ds4vita by xerpi v1.2", path = "ds4vita.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_DS4VITA"], },
{ name = "udcd_uvc by xerpi v1.2", path = "udcd_uvc.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_UDCDUVC"], },
{ name = "vitastick by xerpi v0.4.1 alpha", path = "vitastick.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITASTICK"],game.install("resources/plugins/vitastick.vpk") },
{ name = "vitastick by xerpi v0.4.1 alpha", path = "vitastick.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITASTICK"], },
{ name = "viimote by xerpi v1.2", path = "viimote.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VIIMOTE"], },
{ name = "Adrenaline by TheOfficialFloW (Fix double touch)", path = "adrenaline_kernel.skprx", section = "KERNEL", path2 = false, section2 = false, config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_ADRENALINE"], },
{ name = "DSMotion by OperationNT414C v1.2", path = "dsmotion.skprx", section = "KERNEL", path2 = "dsmotion.suprx", section2 = "ALL", config = false, version = "0001", desc = LANGUAGE["INSTALLP_DESC_DSMOTION"], },
Expand Down

0 comments on commit e70ed45

Please sign in to comment.