Skip to content

Commit

Permalink
v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ONElua authored Jan 29, 2023
1 parent 8732bc9 commit c81c899
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions ONEMenuVita/git/shared.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-- Constants

APP_REPO = "ONElua"
APP_PROJECT = "ONEMenu-for-PSVita"
APP_VPK = "ONEMenuVita"

APP_VERSION_MAJOR = 0x03 -- major.minor
APP_VERSION_MINOR = 0x17

APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
-- Constants

APP_REPO = "ONElua"
APP_PROJECT = "ONEMenu-for-PSVita"
APP_VPK = "ONEMenuVita"

APP_VERSION_MAJOR = 0x03 -- major.minor
APP_VERSION_MINOR = 0x18

APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
5 changes: 3 additions & 2 deletions ONEMenuVita/sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<frame id="frame2">
<liveitem>
<target>psla:-config</target>
<text valign="bottom" align="left" text-align="left" text-valign="bottom" line-space="3" ellipsis="on">
<str color="#ffffff" size="34" bold="on" shadow="on">ONEMenu for PSVita</str>
</text>
Expand All @@ -20,15 +21,15 @@
<frame id="frame3">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="26" color="#ffffff" shadow="on">v3.16</str>
<str size="26" color="#ffffff" shadow="on">v3.18</str>
</text>
</liveitem>
</frame>

<frame id="frame4">
<liveitem>
<text valign="top" align="left" text-align="left" text-valign="top" line-space="2" ellipsis="on">
<str size="22" shadow="on">Team ONElua® - ONElua.x10.mx - 2020</str>
<str size="22" shadow="on">Team ONElua® - ONElua.x10.mx - 2023</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified ONEMenuVita/sce_sys/param.sfo
Binary file not shown.

0 comments on commit c81c899

Please sign in to comment.