Skip to content

Commit

Permalink
Update AP2 v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ONElua committed Oct 11, 2020
1 parent 0667d3c commit df26d31
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUTOPLUG2/git/shared.lua
Expand Up @@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"
APP_FOLDER = "AUTOPLUG2"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x12
APP_VERSION_MINOR = 0x13
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
2 changes: 1 addition & 1 deletion AUTOPLUG2/sce_sys/livearea/contents/template.xml
Expand Up @@ -20,7 +20,7 @@
<frame id="frame3">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="26" color="#ffffff" shadow="on">v1.12</str>
<str size="26" color="#ffffff" shadow="on">v1.13</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified AUTOPLUG2/sce_sys/param.sfo
Binary file not shown.
6 changes: 6 additions & 0 deletions Changelog.txt
@@ -1,3 +1,9 @@
# v1.13
++ If you don't want to have background music, delete bg.mp3 file from ux0: data/autoplugin2/bg
++ Background music controls: Right analog up/down for volume up/down and left/right for stop/play
++ Update ds4touch by MERLev v1.1.3
++ Update GE Patch plugin by TheOfficialFloW v0.2

# v1.12
++ Add Background Music (put your bg.mp3 in ux0:data/Autoplugin2/bg/bg.mp3)
++ Add VolLightbarCtrlWithDS4 by CallmeBK v1.1
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -61,6 +61,12 @@ You no longer need to add the line:
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)
This fixes missing non-standard characters, not found at english charset. Those will show as "_" instead of the unusual letter.

### Changelog 1.13 ###
- If you don't want to have background music, delete bg.mp3 file from ux0: data/autoplugin2/bg
- Background music controls: Right analog up/down for volume up/down and left/right for stop/play
- Update ds4touch by MERLev v1.1.3
- Update GE Patch plugin by TheOfficialFloW v0.2

### Changelog 1.12 ###
- Add Background Music (put your bg.mp3 in ux0:data/Autoplugin2/bg/bg.mp3)
- Add VolLightbarCtrlWithDS4 by CallmeBK v1.1
Expand Down

0 comments on commit df26d31

Please sign in to comment.