Merge remote-tracking branch 'upstream/cooker-0.5.3b' into cooker-configurator

This commit is contained in:
icenine451 2022-10-31 10:28:30 -04:00
commit 0a738c1f28
2 changed files with 21 additions and 3 deletions

View file

@ -69,6 +69,24 @@
<releases>
<release version="0.5.3b" date="2022-10-26">
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.2b</url>
<description>
<ul>
<li>Fixed inaccessible RetroArch shaders folder</li>
<li>Fixed PSP saving issue when using RetroArch core</li>
<li>Fixed ROM visibility for Dolphin when running standalone, which should address ability to use AR/Gecko codes</li>
<li>Changed default RPCS3 launch method to fix games not starting properly</li>
<li>Fixed PCSX2-QT autosave loading issue</li>
<li>(Hopefully) Fixed RetroAchievements login on PCSX2-QT</li>
<li>Added Citra SA sysdata folder to RetroDECK BIOS folder</li>
<li>Added Yuzu save folders to RetroDECK saves folder</li>
<li>Made Citra standalone the default 3DS emulator</li>
<li>Progress window during emulator initialization where it can look like RetroDECK has crashed</li>
</ul>
</description>
</release>
<release version="0.5.2b" date="2022-10-13">
<url>https://github.com/XargonWan/RetroDECK/releases/tag/0.5.2b</url>
<description>

View file

@ -76,7 +76,7 @@ modules:
- |
git checkout ${GITHUB_REF_NAME}
mkdir -p ${FLATPAK_DEST}/retrodeck/
VERSION="0.5.3b"
VERSION="cooker-0.5.3b"
if [[ $VERSION == *"cooker"* ]];
then
VERSION="cooker-"$(git rev-parse --short HEAD)
@ -86,7 +86,7 @@ modules:
sources:
- type: git
url: https://github.com/XargonWan/RetroDECK.git
branch: cooker-0.5.3b
branch: cooker
- name: xmlstarlet
config-opts:
@ -1434,4 +1434,4 @@ modules:
sources:
- type: git
url: https://github.com/XargonWan/RetroDECK.git
branch: cooker-0.5.3b
branch: cooker