Skip to content

Commit 7f062df

Browse files
authored
Next update
1 parent f714482 commit 7f062df

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

AUTOPLUG2/eboot.bin

64.3 KB
Binary file not shown.

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 = 0x02 -- major.minor
7-
APP_VERSION_MINOR = 0x07
7+
APP_VERSION_MINOR = 0x08
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/sce_sys/livearea/contents/template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
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">v2.07</str>
23+
<str size="26" color="#ffffff" shadow="on">v2.08</str>
2424
</text>
2525
</liveitem>
2626
</frame>
2727

2828
<frame id="frame4">
2929
<liveitem>
3030
<text valign="top" align="left" text-align="left" text-valign="top" line-space="2" ellipsis="on">
31-
<str size="22" shadow="on">theheroGAC / Team ONElua® 2023</str>
31+
<str size="22" shadow="on">theheroGAC / gdljjrod Team ONElua® 2023</str>
3232
</text>
3333
</liveitem>
3434
</frame>

AUTOPLUG2/sce_sys/param.sfo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)