Skip to content

Commit

Permalink
Next update
Browse files Browse the repository at this point in the history
  • Loading branch information
ONElua authored Aug 20, 2023
1 parent f714482 commit 7f062df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified AUTOPLUG2/eboot.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion AUTOPLUG2/git/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--Test
APP_FOLDER = "AUTOPLUG2"

APP_VERSION_MAJOR = 0x02 -- major.minor
APP_VERSION_MINOR = 0x07
APP_VERSION_MINOR = 0x08
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
4 changes: 2 additions & 2 deletions AUTOPLUG2/sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<frame id="frame3">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="26" color="#ffffff" shadow="on">v2.07</str>
<str size="26" color="#ffffff" shadow="on">v2.08</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">theheroGAC / Team ONElua® 2023</str>
<str size="22" shadow="on">theheroGAC / gdljjrod Team ONElua® 2023</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified AUTOPLUG2/sce_sys/param.sfo
Binary file not shown.

0 comments on commit 7f062df

Please sign in to comment.