Skip to content

Commit

Permalink
Merge pull request #44 from marianoag/BigSecret
Browse files Browse the repository at this point in the history
fix linting error
  • Loading branch information
R1kaB3rN authored Mar 9, 2024
2 parents d7940e9 + fb5a35b commit 568fe1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamefixes-steam/409090.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from protonfixes import util

def main():
syswow64 = os.path.join(util.protonprefix(), 'drive_c/windows/syswow64', 'dgvoodoo.conf')
syswow64 = os.path.join(util.protonprefix(), 'drive_c/windows/syswow64')
if util.protontricks('dgvoodoo2'):
subprocess.call([f"sed -i '/[DirectX]/ {{/Resolution/s/max/unforced/}}' {syswow64}"], shell=True)
subprocess.call([f"sed -i '/[DirectX]/ {{/Resolution/s/max/unforced/}}' {syswow64}/dgvoodoo.conf"], shell=True)
shutil.copy(os.path.join(syswow64, 'dgd3d9.dll'),os.path.join(syswow64, 'd3d9.dll'))

0 comments on commit 568fe1f

Please sign in to comment.