Skip to content

Commit

Permalink
Update cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrv6737 authored Aug 31, 2022
1 parent 9d932c5 commit c36d97d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions files/proton-tkg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

####

Expand Down Expand Up @@ -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
Expand All @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c36d97d

Please sign in to comment.