linux59-tkg: Add back fsync patchset.

Thanks to @terencode for his restore futex_key patch 🐸 ❤️
This commit is contained in:
Tk-Glitch
2020-10-12 19:39:36 +02:00
parent 07c93cdc11
commit 7ca2ea2607
5 changed files with 1416 additions and 12 deletions

View File

@@ -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