Skip to content

Commit

Permalink
Hotfixer: Change commit target for wineserver-socket-spin-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Jun 26, 2021
1 parent db174eb commit 789ee38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wine-tkg-git/wine-tkg-patches/hotfixes/hotfixer
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ fi
# _hotfixes+=("$_where"/wine-tkg-patches/hotfixes/a70c517/networking_fix)
#fi

# 737fe1f introduced a regression for some, resulting in high CPU usage due to network handling. Workaround by openglfreak - https://github.com/Frogging-Family/wine-tkg-git/issues/407
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 737fe1f99337ab999cf67fb1acdf96f70020b3d4 HEAD ); then
# 737fe1f introduced a regression for some, resulting in high CPU usage due to network handling. Workaround by openglfreak for a757701+ - https://github.com/Frogging-Family/wine-tkg-git/issues/407
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor a7577014faeda217be282222e355c493064e139b HEAD ); then
warning "Hotfix: Fix for high CPU usage due to network handling regression - Patch by openglfreak"
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/wineserver_socket_spin/wineserver-socket-spin-workaround)
fi
Expand Down

0 comments on commit 789ee38

Please sign in to comment.