Skip to content

Commit df26d31

Browse files
authored
Update AP2 v1.13
1 parent 0667d3c commit df26d31

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
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"
44
APP_FOLDER = "AUTOPLUG2"
55

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

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.12</str>
23+
<str size="26" color="#ffffff" shadow="on">v1.13</str>
2424
</text>
2525
</liveitem>
2626
</frame>

AUTOPLUG2/sce_sys/param.sfo

0 Bytes
Binary file not shown.

Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.13
2+
++ If you don't want to have background music, delete bg.mp3 file from ux0: data/autoplugin2/bg
3+
++ Background music controls: Right analog up/down for volume up/down and left/right for stop/play
4+
++ Update ds4touch by MERLev v1.1.3
5+
++ Update GE Patch plugin by TheOfficialFloW v0.2
6+
17
# v1.12
28
++ Add Background Music (put your bg.mp3 in ux0:data/Autoplugin2/bg/bg.mp3)
39
++ Add VolLightbarCtrlWithDS4 by CallmeBK v1.1

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ You no longer need to add the line:
6161
Download the **font.pgf** file(here https://github.com/ONElua/Autoplugin2/blob/master/font/font.pgf ) and insert it in the path **ux0:data/Autoplugin2/font** (Remember if the font folder does not exist you have to create it)
6262
This fixes missing non-standard characters, not found at english charset. Those will show as "_" instead of the unusual letter.
6363

64+
### Changelog 1.13 ###
65+
- If you don't want to have background music, delete bg.mp3 file from ux0: data/autoplugin2/bg
66+
- Background music controls: Right analog up/down for volume up/down and left/right for stop/play
67+
- Update ds4touch by MERLev v1.1.3
68+
- Update GE Patch plugin by TheOfficialFloW v0.2
69+
6470
### Changelog 1.12 ###
6571
- Add Background Music (put your bg.mp3 in ux0:data/Autoplugin2/bg/bg.mp3)
6672
- Add VolLightbarCtrlWithDS4 by CallmeBK v1.1

0 commit comments

Comments
 (0)