Correct applying fsyncs patches on kernels 5.12 and below (#350)

* prepare: Fix missing of futex_waitv patches for kernel 5.12 and below

* cfg: Minor message/comment tweak
This commit is contained in:
Dmitry Skvortsov
2021-11-08 22:38:36 +03:00
committed by GitHub
parent 3462554540
commit 45517faaf9
2 changed files with 5 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ _acs_override=""
_bcachefs=""
# Set to "true" to enable support for fsync, an experimental replacement for esync found in Valve Proton 4.11+ - https://steamcommunity.com/games/221410/announcements/detail/2957094910196249305
# Can be enabled alongside _futex_waitv on 5.14+ to use it as a fallback for older Proton builds
# Can be enabled alongside _futex_waitv on 5.13+ to use it as a fallback for older Proton builds
_fsync="true"
# Set to "true" to enable support for futex2, an experimental interface that can be used by proton-tkg and proton 5.13 experimental through Fsync - Can be enabled alongside fsync to use it as a fallback