-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches: add patch to work around 'OpenGL Renderer' empty windows (gs…
…treamer bug)
- Loading branch information
1 parent
a79da13
commit 9f7253f
Showing
3 changed files
with
14 additions
and
1 deletion.
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,10 @@ | ||
diff --git a/loader/wine.inf.in b/loader/wine.inf.in | ||
index e7c10e17f38..ecaeb33f3fe 100644 | ||
--- a/loader/wine.inf.in | ||
+++ b/loader/wine.inf.in | ||
@@ -2865,3 +3105,5 @@ HKCU,Software\Wine\AppDefaults\Maine-Win64-Shipping.exe\DllOverrides,"SpeechSynt | ||
HKCU,Software\Wine\AppDefaults\rayne1.exe\DllOverrides,"d3d8",,"native" | ||
HKCU,Software\Wine\AppDefaults\rayne2.exe\DllOverrides,"d3d8",,"native" | ||
HKCU,Software\Wine\AppDefaults\RDR2.exe\DllOverrides,"vulkan-1",,"native" | ||
+HKCU,Software\Wine\AppDefaults\RiotClientUxRender.exe\DllOverrides,"winegstreamer",,"" | ||
+HKCU,Software\Wine\AppDefaults\LeagueClientUxRender.exe\DllOverrides,"winegstreamer",,"" |
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
Submodule proton-wine
updated
3 files
+98 −98 | autom4te.cache/requests | |
+2 −0 | loader/wine.inf.in | |
+7 −0 | loader/wine.inf.in.orig |