forked from CastroFidel/PortWINE
fixed func: gui_vkbasalt
This commit is contained in:
parent
c0fe4fc425
commit
3224aaa754
@ -4770,7 +4770,6 @@ gui_vkbasalt () {
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ -n "${PW_VKBASALT_FFX_CAS}" ]] ; then
|
||||
case "$PW_VKBASALT_FFX_CAS" in
|
||||
0|-1) VKBASALT_FFX_CAS_GUI="0" ;;
|
||||
1) VKBASALT_FFX_CAS_GUI="100" ;;
|
||||
@ -4778,9 +4777,6 @@ gui_vkbasalt () {
|
||||
*) VKBASALT_FFX_CAS_GUI="$(echo "$PW_VKBASALT_FFX_CAS" | awk -F'0.' '{print $2}')" ;;
|
||||
esac
|
||||
export VKBASALT_FFX_CAS_GUI
|
||||
else
|
||||
VKBASALT_FFX_CAS_GUI=50
|
||||
fi
|
||||
|
||||
IFS="%"
|
||||
"${pw_yad}" --plug=$KEY_FX_GUI --tabnum="1" --form --columns=4 --separator=" " \
|
||||
|
@ -63,7 +63,7 @@ export VKD3D_STABLE_VER="1.1-2602"
|
||||
export VKD3D_GIT_VER="1.1-4240"
|
||||
###VKBASALT###
|
||||
export PW_VKBASALT_EFFECTS="Curves:cas"
|
||||
export PW_VKBASALT_FFX_CAS="0.66"
|
||||
export PW_VKBASALT_FFX_CAS="0.50"
|
||||
###MANGOHUD###
|
||||
export DEFAULT_MANGOHUD_CONFIG="arch,cpu_mhz,cpu_temp,engine_version,gamemode,gpu_core_clock,gpu_mem_clock,gpu_name,gpu_temp,ram,resolution,vkbasalt,vram,vulkan_driver,wine"
|
||||
###DGVOODOO2###
|
||||
|
@ -55,6 +55,6 @@ Cartoon = /run/pressure-vessel/pv-from-host/reshade/shaders/Cartoon.fx
|
||||
Border = /run/pressure-vessel/pv-from-host/reshade/shaders/Border.fx
|
||||
AspectRatio = /run/pressure-vessel/pv-from-host/reshade/shaders/AspectRatio.fx
|
||||
|
||||
casSharpness = 0.7
|
||||
casSharpness = 0.5
|
||||
toggleKey = Home
|
||||
effects = FakeHDR:cas
|
||||
|
Loading…
Reference in New Issue
Block a user