Skip to content

Commit

Permalink
use util.winedll_override
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoag committed Apr 7, 2024
1 parent 404211e commit 536d0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamefixes-steam/23460.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def main():
#util.protontricks('klite')
if os.path.isdir('./data/shared/videos'):
subprocess.call(['mv', './data/shared/videos', './data/shared/_videos'])
util.set_environment('WINEDLLOVERRIDES', 'libvkd3d-1=n')
util.winedll_override('libvkd3d-1', 'n')

0 comments on commit 536d0db

Please sign in to comment.