From df26d319f9c19a2a903cdea9a721bd9853afe1ec Mon Sep 17 00:00:00 2001 From: ONELua Team Date: Sat, 10 Oct 2020 20:31:27 -0500 Subject: [PATCH] Update AP2 v1.13 --- AUTOPLUG2/git/shared.lua | 2 +- .../sce_sys/livearea/contents/template.xml | 2 +- AUTOPLUG2/sce_sys/param.sfo | Bin 912 -> 912 bytes Changelog.txt | 6 ++++++ README.md | 6 ++++++ 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/AUTOPLUG2/git/shared.lua b/AUTOPLUG2/git/shared.lua index f2bed7ff..aa820cc8 100644 --- a/AUTOPLUG2/git/shared.lua +++ b/AUTOPLUG2/git/shared.lua @@ -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 diff --git a/AUTOPLUG2/sce_sys/livearea/contents/template.xml b/AUTOPLUG2/sce_sys/livearea/contents/template.xml index 0a2f0c6e..88500463 100644 --- a/AUTOPLUG2/sce_sys/livearea/contents/template.xml +++ b/AUTOPLUG2/sce_sys/livearea/contents/template.xml @@ -20,7 +20,7 @@ - v1.12 + v1.13 diff --git a/AUTOPLUG2/sce_sys/param.sfo b/AUTOPLUG2/sce_sys/param.sfo index 3713b5ea18359d35c533c7cc7b8172d009122363..353bdd3f28fa27490402ccc7fcc0157eab00072a 100644 GIT binary patch delta 26 gcmbQhK7oCM2@|I=0}wPYFbGU8WK!Rp!lc6p085YsQ~&?~ delta 26 gcmbQhK7oCM2@|Ig0}wPYFbGU8WK!Rp!lc6p084%aQvd(} diff --git a/Changelog.txt b/Changelog.txt index dd6f1a5f..7820e074 100644 --- a/Changelog.txt +++ b/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 diff --git a/README.md b/README.md index e9fd6549..f1e5e427 100644 --- a/README.md +++ b/README.md @@ -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