forked from ValveSoftware/Proton
-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches: add need for speed override patch
- Loading branch information
1 parent
5d99742
commit 7101355
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters