Skip to content

Commit 10c0249

Browse files
authored
v1.23
1 parent 447ae5e commit 10c0249

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

AUTOPLUG2/git/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--"TEST"--
44
APP_FOLDER = "AUTOPLUG2"
55

66
APP_VERSION_MAJOR = 0x01 -- major.minor
7-
APP_VERSION_MINOR = 0x22
7+
APP_VERSION_MINOR = 0x23
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/plugins/plugins.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ plugins = {
9696
{ name = "Fruitpeel v1.0 by cuevavirus", id = "FRUITPEEL.png", path = "fruitpeel.suprx", section = "main", version = "0001", desc = LANGUAGE["INSTALLP_DESC_FRUITPEEL"], KEY = "INSTALLP_DESC_FRUITPEEL", },
9797

9898
--All
99-
{ name = "Vita-Nearest-Neighbour v1.0 by MuxaJlbl4", id = "VITANEARESTN.png", path = "VitaNearestNeighbour.suprx", section = "ALL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITANEARESTN"], KEY = "INSTALLP_DESC_VITANEARESTN", link = "https://raw.githubusercontent.com/MuxaJlbl4/Vita-Nearest-Neighbour/main/README.md", },
99+
--{ name = "Vita-Nearest-Neighbour v1.0 by MuxaJlbl4", id = "VITANEARESTN.png", path = "VitaNearestNeighbour.suprx", section = "ALL", gameid = true, version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITANEARESTN"], KEY = "INSTALLP_DESC_VITANEARESTN", link = "https://raw.githubusercontent.com/MuxaJlbl4/Vita-Nearest-Neighbour/main/README.md", },
100100
{ name = "dt2s-vita v1.1 DoubleTap2Sleep for PS VITA by joel16", id = "DT2S.png", path = "dt2s.suprx", section = "ALL", tai_del1 = "dt2s_statusbar.suprx", section_del1 = "main", version = "0002", desc = LANGUAGE["INSTALLP_DESC_DT2S"], KEY = "INSTALLP_DESC_DT2S", link = "https://raw.githubusercontent.com/joel16/dt2s-vita/main/README.md", },
101101
{ name = "PSV-VSH MENU by joel16 v3.4", id = "VSHMENU.png", path = "vsh.suprx", section = "ALL", path2 = "kuio.skprx", section2 = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VSHMENU"], KEY = "INSTALLP_DESC_VSHMENU", link = "https://raw.githubusercontent.com/joel16/PSV-VSH-Menu/master/README.md", },-- Need kuio.skprx
102102
{ name = "VitaGrafix by Electry v5.0.2", id = "VITAGRAFIX.png", path = "VitaGrafix.suprx", section = "ALL", path2 = "ioplus.skprx", section2 = "KERNEL", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITAGRAFIX"], KEY = "INSTALLP_DESC_VITAGRAFIX", link = "https://raw.githubusercontent.com/Electry/VitaGrafix/master/README.md", },-- Need kuio.skprx
@@ -142,4 +142,7 @@ plugins = {
142142
--Special Catherine Full Body HD
143143
{ name = "Catherine Full Body HD 1280x720 v1.2.0", id = "CATHERINEHD.png", path = "catherinefbhd.suprx", version = "0001", desc = LANGUAGE["MENU_PSVITA_INSTALL_P4G_HD_DESC"], KEY = "MENU_PSVITA_INSTALL_P4G_HD_DESC", REMOVE = true, },
144144

145+
-- Special Vita-Nearest-Neighbour
146+
{ name = "Vita-Nearest-Neighbour v1.0 by MuxaJlbl4", id = "VITANEARESTN.png", path = "VitaNearestNeighbour.suprx", version = "0001", desc = LANGUAGE["INSTALLP_DESC_VITANEARESTN"], KEY = "INSTALLP_DESC_VITANEARESTN", link = "https://raw.githubusercontent.com/MuxaJlbl4/Vita-Nearest-Neighbour/main/README.md", REMOVE = true, },
147+
145148
}

AUTOPLUG2/sce_sys/livearea/contents/template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<frame id="frame3">
2121
<liveitem>
2222
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
23-
<str size="26" color="#ffffff" shadow="on">v1.22</str>
23+
<str size="26" color="#ffffff" shadow="on">v1.23</str>
2424
</text>
2525
</liveitem>
2626
</frame>

AUTOPLUG2/sce_sys/param.sfo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)