- New features - General
+ New features - General:
- Updated to ES-DE 2.0
- Added the NSO Menu Interpreted theme
- Updated all included themes
- Updated the Emulators/RetroArch + cores
- Bug fixes and other changes
+ Bug fixes and other changes:
- Fixed an audio issue in the Primehack configuration
- Various backend fixes
diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml
index f4fd50bc..9b19ef1c 100644
--- a/net.retrodeck.retrodeck.yml
+++ b/net.retrodeck.retrodeck.yml
@@ -77,9 +77,11 @@ modules:
buildsystem: simple
build-commands:
- |
+
+ VERSION="0.6.5b"
+
git checkout ${GITHUB_REF_NAME}
mkdir -p ${FLATPAK_DEST}/retrodeck/
- VERSION="0.6.4b"
if [[ $VERSION == *"cooker"* ]];
then
VERSION="$VERSION-[$(git rev-parse --short HEAD)]"
@@ -517,8 +519,8 @@ modules:
- ln -s "${FLATPAK_DEST}/yuzu/usr/bin/yuzu" "${FLATPAK_DEST}/bin/yuzu"
sources:
- type: file
- url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1388/yuzu-mainline-20230330-03db6543e.AppImage
- sha256: aca7c691f74b0cf74c1801d9960266bc1ce818bca9c242945b95545d22b04d80
+ url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1369/yuzu-mainline-20230312-54c359d1e.AppImage
+ sha256: 219874f72ea09856c8f1349d7bf744ecbd2823a469bd29f036b386924f5c5a97
# Yuzu - END
diff --git a/post_update.sh b/post_update.sh
index 8e605744..ef529153 100644
--- a/post_update.sh
+++ b/post_update.sh
@@ -61,6 +61,12 @@ post_update() {
deploy_multi_patch "emu-configs/patches/updates/064b_update.patch"
fi
+ if [[ $prev_version -le "065" ]]; then
+ # In version 0.6.5b, the following changes were made:
+ # Change Yuzu GPU accuracy to normal for better performance
+
+ set_setting_value $yuzuconf "gpu_accuracy" "0" "yuzu" "Renderer"
+ fi
if [[ $prev_version -le "070" ]]; then
# In version 0.7.0b, the following changes were made that required config file updates/reset or other changes to the filesystem:
# - New ~/retrodeck/mods and ~/retrodeck/texture_packs directories are added and symlinked to multiple different emulators (where supported)