From 2122c1e19bea233f85fb1000858ef9bf0b1d7cd6 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Sat, 19 Oct 2024 12:48:45 +0300 Subject: [PATCH] updated PROTON_LG to 9-16 --- data_from_portwine/changelog_ru | 5 +++-- data_from_portwine/scripts/functions_helper | 2 +- data_from_portwine/scripts/var | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru index 9b91ba8..64d1417 100755 --- a/data_from_portwine/changelog_ru +++ b/data_from_portwine/changelog_ru @@ -2,9 +2,10 @@ ----------------------------------------- История изменений: +* обновлен PROTON_LG до версии "9-16" * обновлены версии: - * DXVK_GIT "2.4.1-194" - * VKD3D_GIT "1.1-4240" + * DXVK_GIT "2.4.1-194" (совместно с dxvk-nvapi) + * VKD3D_GIT "1.1-4240" (совместно vkd3d-shader) ###Scripts version 2363### / Дата: 14.10.2024 / Размер скачиваемого обновления: 4 мегабайт * приняты улучшения от Htylol (большое спасибо): diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 10f8181..eb9efd8 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -2488,7 +2488,7 @@ start_portwine () { fi pw_wineboot () { - LIST_NATIVE_WINE_DLL_LINKS="winevulkan ir50_32 wined3d vulkan-1" + LIST_NATIVE_WINE_DLL_LINKS="winevulkan ir50_32 amd_ags_x64 wined3d vulkan-1" for change_wine_dll in $LIST_NATIVE_WINE_DLL_LINKS ; do try_force_link_file "${WINEDIR}/lib64/wine/x86_64-windows/${change_wine_dll}.dll" "${WINEPREFIX}/drive_c/windows/system32/${change_wine_dll}.dll" try_force_link_file "${WINEDIR}/lib/wine/i386-windows/${change_wine_dll}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/${change_wine_dll}.dll" diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index 2d9a713..2fe90c0 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -48,7 +48,7 @@ export PW_FAKE_DLSS_VER="230506" export PW_FAKE_DLSS_3_VER="090" export PW_GALLIUM_NINE_VER="0.9" ###WINE_AND_PROTON_LG### -export PW_PROTON_LG_VER="PROTON_LG_9-15" +export PW_PROTON_LG_VER="PROTON_LG_9-16" export PW_WINE_LG_VER="WINE_LG_9-12-2" export PW_WINE_FULLSCREEN_FSR="1" export WINE_FULLSCREEN_FSR_MODE="ultra"