mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 23:05:39 +00:00
Merge branch 'cooker-0.6.5b' of https://github.com/XargonWan/RetroDECK into cooker-0.6.5b
This commit is contained in:
commit
e49bb1b265
|
@ -892,7 +892,7 @@ fsr_sharpening_slider=25
|
||||||
fsr_sharpening_slider\default=true
|
fsr_sharpening_slider\default=true
|
||||||
fullscreen_mode=1
|
fullscreen_mode=1
|
||||||
fullscreen_mode\default=true
|
fullscreen_mode\default=true
|
||||||
gpu_accuracy=1
|
gpu_accuracy=0
|
||||||
gpu_accuracy\default=true
|
gpu_accuracy\default=true
|
||||||
max_anisotropy=0
|
max_anisotropy=0
|
||||||
max_anisotropy\default=true
|
max_anisotropy\default=true
|
||||||
|
|
|
@ -229,6 +229,12 @@ post_update() {
|
||||||
|
|
||||||
deploy_multi_patch "emu-configs/patches/updates/064b_update.patch"
|
deploy_multi_patch "emu-configs/patches/updates/064b_update.patch"
|
||||||
fi
|
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.
|
# The following commands are run every time.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 717b78093797270877ec416e58082f1c71d435d8
|
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
Loading…
Reference in a new issue