linux59-tkg: Add back fsync patchset.
Thanks to @terencode for his restore futex_key patch 🐸 ❤️
This commit is contained in:
@@ -746,16 +746,16 @@ _tkg_srcprep() {
|
||||
#fi
|
||||
|
||||
# fsync support
|
||||
#if [ -z "$_fsync" ]; then
|
||||
# plain ""
|
||||
# plain "Enable support for fsync, an experimental replacement for esync in Valve Proton 4.11+"
|
||||
# plain "https://steamcommunity.com/games/221410/announcements/detail/2957094910196249305"
|
||||
# read -rp "`echo $' > N/y : '`" CONDITION9;
|
||||
#fi
|
||||
#if [[ "$CONDITION9" =~ [yY] ]] || [ "$_fsync" = "true" ]; then
|
||||
# msg2 "Patching Fsync support"
|
||||
# patch -Np1 -i "$srcdir"/0007-v5.8-fsync.patch
|
||||
#fi
|
||||
if [ -z "$_fsync" ]; then
|
||||
plain ""
|
||||
plain "Enable support for fsync, an experimental replacement for esync in Valve Proton 4.11+"
|
||||
plain "https://steamcommunity.com/games/221410/announcements/detail/2957094910196249305"
|
||||
read -rp "`echo $' > N/y : '`" CONDITION9;
|
||||
fi
|
||||
if [[ "$CONDITION9" =~ [yY] ]] || [ "$_fsync" = "true" ]; then
|
||||
msg2 "Patching Fsync support"
|
||||
patch -Np1 -i "$srcdir"/0007-v5.9-fsync.patch
|
||||
fi
|
||||
|
||||
# ZFS fix
|
||||
if [ -z "$_zfsfix" ]; then
|
||||
|
Reference in New Issue
Block a user