diff --git a/files/proton-tkg.cfg b/files/proton-tkg.cfg index c3fdde27..7a7e897c 100644 --- a/files/proton-tkg.cfg +++ b/files/proton-tkg.cfg @@ -18,10 +18,10 @@ _nomakepkg_midbuild_prompt="false" _nomakepkg_dep_resolution_distro="" # Set to true if you want to skip the uninstaller at the end of proton-tkg building -_skip_uninstaller="true" +_skip_uninstaller="false" # Set to true if you do not want your build to be automatically moved to your compatibilitytools.d dir -_no_autoinstall="true" +_no_autoinstall="false" #### @@ -81,9 +81,9 @@ _use_fsync="true" # !! Replaces previous fsync interfaces support !! _fsync_futex_waitv="true" -_plain_version="" +_plain_version="wine-7.16" _use_staging="true" -_staging_version="v7.15" +_staging_version="v7.16" # GAME-SPECIFIC PATCHES @@ -101,6 +101,13 @@ _mwo_fix="false" _childwindow_fix="true" _lol920_fix="false" +# Shared gpu resources support: +# Shared texture resources for d3d9 and d3d11 - https://github.com/doitsujin/dxvk/pull/2516 +# Requires DXVK 1.10.1+ +# ID3D11Fence and ID3D12Fence sharing - https://github.com/doitsujin/dxvk/pull/2608 https://github.com/HansKristian-Work/vkd3d-proton/pull/1175 +# Requires DXVK 1.10.3+, VKD3D-Proton 2.7+ +_shared_gpu_resources="true" + # Fix for Assetto Corsa performance drop when HUD elements are displayed - https://bugs.winehq.org/show_bug.cgi?id=46955 _assettocorsa_hudperf_fix="false" @@ -172,7 +179,7 @@ _user_patches_no_confirm="false" # Set to "true" to apply all hotfix patches without confirmation, to "ignore" to ignore all hotfix patches without confirmation # Default ("false") will prompt at build time -_hotfixes_no_confirm="true" +_hotfixes_no_confirm="false" # Set to false to disable staging mfplat restoration in case a hotfix is available and _hotfixes_no_confirm is set to "true" _hotfixansw_staging_mfplat="" # Set to false to disable staging pulseaudio restoration in case a hotfix is available and _hotfixes_no_confirm is set to "true"