Skip to content

Commit

Permalink
patches: add need for speed override patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Mar 22, 2021
1 parent 5d99742 commit 7101355
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions patches/proton/41-proton-07_nfs_registry.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From a90109abaa6114c785786b0b41dcaaa103ab59dc Mon Sep 17 00:00:00 2001
From: Anna Lasky <[email protected]>
Date: Fri, 5 Feb 2021 08:31:07 -0600
Subject: [PATCH] wine.inf: Use built-in atiadlxx for Need For Speed

---
loader/wine.inf.in | 1 +
1 file changed, 1 insertion(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 928c6883372..fd529938508 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -4030,6 +4030,7 @@ HKCU,Software\Wine\AppDefaults\h1_sp64_ship.exe\DllOverrides,"atiadlxx",,"builti
HKCU,Software\Wine\AppDefaults\h1_mp64_ship.exe\DllOverrides,"atiadlxx",,"builtin"
HKCU,Software\Wine\AppDefaults\iw7_ship.exe\DllOverrides,"atiadlxx",,"builtin"
HKCU,Software\Wine\AppDefaults\BlackOps3.exe\DllOverrides,"atiadlxx",,"builtin"
+HKCU,Software\Wine\AppDefaults\NFS16.exe\DllOverrides,"atiadlxx",,"builtin"
HKCU,Software\Wine\AppDefaults\ShadowOfWar.exe\DllOverrides,"atiadlxx",,"builtin"
HKCU,Software\Wine\AppDefaults\ShadowOfWar.exe\DllOverrides,"amd_ags_x64",,""
;;Likely want *80 and *90 too, but those require removing Wine's manifest files.
1 change: 1 addition & 0 deletions patches/protonprep-nofshack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
patch -Np1 < ../patches/proton/24-proton-04_cod_registry.patch
patch -Np1 < ../patches/proton/32-proton-05_spellforce_registry.patch
patch -Np1 < ../patches/proton/33-proton-06_shadow_of_war_registry.patch
patch -Np1 < ../patches/proton/41-proton-07_nfs_registry.patch

# # -- pending work -- still broken
# echo "staging disabled bcrypt patches"
Expand Down

0 comments on commit 7101355

Please sign in to comment.