Skip to content

Commit

Permalink
proton: update to 5.11-GE-3-MF
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 3, 2020
1 parent 46f49b2 commit 5014628
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions patches/protonprep-nofshack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
git clean -xdf

echo "rawinput staging rebase"
patch -Np1 < ../patches/wine-hotfixes/0001-rawinput-staging-rebase.patch
#patch -Np1 < ../patches/wine-hotfixes/0001-rawinput-staging-rebase-include-keyboard.patch
patch -Np1 < ../patches/wine-hotfixes/staging-restore-rawinput-hidewineexports-threadtime.patch
cd ..

#WINE
Expand All @@ -97,9 +96,9 @@
echo "winevulkan hotfixes pending"
patch -Np1 < ../patches/wine-hotfixes/pending/winevulkan-dont_initialize_vulkan_driver_in_dllmain.patch

echo "rawinput pending"
patch -Np1 < ../patches/wine-hotfixes/pending/rawinput-pending-upstream.patch

echo "rawinput backports"
patch -Np1 < ../patches/wine-hotfixes/pending/rawinput_backports.patch
echo "applying staging patches"
../wine-staging/patches/patchinstall.sh DESTDIR="." --all \
-W server-Desktop_Refcount \
Expand All @@ -113,6 +112,18 @@

echo "planet zoo/jurassic world hotfixes pending"
patch -Np1 < ../patches/wine-hotfixes/pending/planet-zoo-jurassic-world-pending-upstream-staging.patch

echo "nvidia locale backports"
patch -Np1 < ../patches/wine-hotfixes/pending/nvidia_locale_fix.patch

echo "evr/mf/quartz backports"
patch -Np1 < ../patches/wine-hotfixes/pending/evr_mf_quartz_pending.patch

echo "winhttp backports"
patch -Np1 < ../patches/wine-hotfixes/pending/winhttp_backports.patch

echo "Indiana Jones and the Emperor's Tomb pending"
patch -Np1 < ../patches/wine-hotfixes/pending/indiana_jones_fix.patch

#WINE FAUDIO
#echo "applying faudio patches"
Expand Down Expand Up @@ -146,9 +157,9 @@
echo "mk11 patch"
patch -Np1 < ../patches/game-patches/mk11.patch

# Disabled for now. The game uses CEG which does not work in proton.
# echo "blackops 2 fix"
# patch -Np1 < ../patches/game-patches/blackops_2_fix.patch
# The game uses CEG which does not work in proton.
echo "blackops 2 fix"
patch -Np1 < ../patches/game-patches/blackops_2_fix.patch

### END GAME PATCH SECTION ###

Expand Down
2 changes: 1 addition & 1 deletion proton
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ from filelock import FileLock
#To enable debug logging, copy "user_settings.sample.py" to "user_settings.py"
#and edit it if needed.

CURRENT_PREFIX_VERSION="5.11-GE-2-MF"
CURRENT_PREFIX_VERSION="5.11-GE-3-MF"

PFX="Proton: "
ld_path_var = "LD_LIBRARY_PATH"
Expand Down

0 comments on commit 5014628

Please sign in to comment.