Skip to content

Commit

Permalink
[local] wine.inf: Add DLL overrides for games.
Browse files Browse the repository at this point in the history
v2:
  * Work around MassEffect 1 OpenAL32 problems

v1:
  * Fix audio playback problems related engine freezes with SkyrimSE

Github-Link: #14
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Mar 17, 2019
1 parent 68c0a02 commit e038fc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions loader/wine.inf.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ AddReg=\
DirectX,\
Drivers,\
Fonts,\
GameDllOverrides,\
MCI,\
Misc,\
Nls,\
Expand Down Expand Up @@ -97,6 +98,7 @@ AddReg=\
DirectX,\
Drivers,\
Fonts,\
GameDllOverrides,\
MCI,\
Misc,\
Nls,\
Expand Down Expand Up @@ -3771,3 +3773,7 @@ HKCU,Software\Wine\DllOverrides,"msvcr140",0x2,"native,builtin"
HKCU,Software\Wine\DllOverrides,"ucrtbase",0x2,"native,builtin"
HKCU,Software\Wine\DllOverrides,"vcomp140",0x2,"native,builtin"
HKCU,Software\Wine\DllOverrides,"vcruntime140",0x2,"native,builtin"

[GameDllOverrides]
HKCU,Software\Wine\AppDefaults\MassEffect.exe\DllOverrides,"OpenAL32",0x2,"builtin"
HKCU,Software\Wine\AppDefaults\SkyrimSE.exe\DllOverrides,"xaudio2_7",0x2,"native"

0 comments on commit e038fc1

Please sign in to comment.