Skip to content

Commit

Permalink
wine.inf: HACK: Disable SpeechSynthesisWrapper.dll for Pentiment.
Browse files Browse the repository at this point in the history
The game crashes when utilizing it and works without it, like seen
already on the Steam Deck with its specific depot.

https://steamdb.info/depot/1205522/
ValveSoftware/Proton#6415 (comment)

Link: ValveSoftware/Proton#6479
Link: #176
  • Loading branch information
tgurr authored and ivyl committed Jun 7, 2023
1 parent ead92af commit 29f7b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loader/wine.inf.in
Original file line number Diff line number Diff line change
Expand Up @@ -2873,3 +2873,5 @@ HKCU,Software\Wine\AppDefaults\DarkSoulsIII.exe\X11 Driver,"LimitNumberOfResolut
HKCU,Software\Wine\AppDefaults\sekiro.exe\X11 Driver,"LimitNumberOfResolutions",0x2,"32"
HKCU,Software\Wine\AppDefaults\NieRAutomata.exe\X11 Driver,"LimitNumberOfResolutions",0x2,"32"
HKCU,Software\Wine\AppDefaults\SpellForce.exe\X11 Driver,"LimitNumberOfResolutions",0x2,"16"
;;Other app-specific overrides
HKCU,Software\Wine\AppDefaults\Pentiment.exe\DllOverrides,"SpeechSynthesisWrapper",,"disabled"

0 comments on commit 29f7b49

Please sign in to comment.