From 037c7d70747f656e743f5a7ea5efd7895ca299f8 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 6 Apr 2023 16:22:27 -0400 Subject: [PATCH] Push GPU accuracy setting for Yuzu on update --- post_update.sh | 6 ++++++ rd-submodules/retroarch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/post_update.sh b/post_update.sh index 361d15f4..70b0c01d 100644 --- a/post_update.sh +++ b/post_update.sh @@ -229,6 +229,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 # The following commands are run every time. diff --git a/rd-submodules/retroarch b/rd-submodules/retroarch index 717b7809..0b1cfb79 160000 --- a/rd-submodules/retroarch +++ b/rd-submodules/retroarch @@ -1 +1 @@ -Subproject commit 717b78093797270877ec416e58082f1c71d435d8 +Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409