AMD_VULKAN_CB: Instead of off, the state is now not displayed

This commit is contained in:
2025-07-22 09:23:06 +05:00
parent 1cd0b569b8
commit 89539538a8

View File

@ -2937,7 +2937,7 @@ pw_skip_get_info () {
export AMD_VULKAN_DRIVER_LIST
export AMD_VULKAN_CB=":CB"
else
export AMD_VULKAN_CB=":DCB"
export AMD_VULKAN_CB=":LBLH"
fi
logical_cores=$(grep -c ^"processor" /proc/cpuinfo)
@ -5565,6 +5565,8 @@ gui_edit_db () {
AMD_VULKAN_VAR="disabled"
fi
[[ $AMD_VULKAN_CB == ":LBLH" ]] && translations[Select needed AMD vulkan implementation]=""
"${pw_yad}" --plug=$KEY_EDIT_DB_GUI --tabnum="2" --form --separator="%" --columns=1 \
--field="${translations[Change the version of <b>WINDOWS</b> emulation]}!${translations[Changing the <b>WINDOWS</b> emulation version may be required to run older games. <b>WINDOWS</b> versions below 10 do not support new games with DirectX 12]} :CB" "${ADD_WINVER_EDIT_DB}" \
--field="${translations[AUTOINSTALL WITH <b>WINETRICKS</b>]}!${translations[Automatically install with <b>WINETRICKS</b> additional libraries required to run the game/program. List of libraries separated by spaces]} :CBE" "$(combobox_fix --empty "${PW_DLL_INSTALL}" "vcrun2019 corefonts lucida")" \