Skip to content

Commit

Permalink
update proton and protonprep
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 25, 2020
1 parent 33c17c1 commit 8400b8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion patches/protonprep-nofshack-5.9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
cd wine-staging
git reset --hard HEAD
git clean -xdf
patch -Np1 < ../patches/wine-hotfixes/backports-for-5.9/staging/8402c959617111ac13a2025c3eb7c7156a2520f8.patch
cd ..

#WINE
Expand Down Expand Up @@ -123,10 +124,16 @@

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

echo "assetto stutter fix backport"
patch -Np1 < ../patches/wine-hotfixes/backports-for-5.9/assetto_backport.patch

echo "rfactor2 backport"
patch -Np1 < ../patches/wine-hotfixes/backports-for-5.9/rfactor2_backport.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"
#patch -Np1 < ../patches/faudio/faudio-ffmpeg.patch
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.13-GE-1"
CURRENT_PREFIX_VERSION="5.9-GE-4"

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

0 comments on commit 8400b8a

Please sign in to comment.