diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 8e06bffb..fc455ea0 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -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 WINDOWS emulation]}!${translations[Changing the WINDOWS emulation version may be required to run older games. WINDOWS versions below 10 do not support new games with DirectX 12]} :CB" "${ADD_WINVER_EDIT_DB}" \ --field="${translations[AUTOINSTALL WITH WINETRICKS]}!${translations[Automatically install with WINETRICKS additional libraries required to run the game/program. List of libraries separated by spaces]} :CBE" "$(combobox_fix --empty "${PW_DLL_INSTALL}" "vcrun2019 corefonts lucida")" \