Skip to content

Commit

Permalink
WRC 4 added (#85)
Browse files Browse the repository at this point in the history
* WRC 4 added

Let's make it run out of the box.

* Update 256330.py

* Update 256330.py
  • Loading branch information
ToRRent1812 authored Jul 5, 2024
1 parent 720a452 commit c6012c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gamefixes-steam/256330.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
""" WRC 4
"""
#pylint: disable=C0103

from protonfixes import util

def main():
#Black screen without it
util.protontricks('d3dx9_42')
util.protontricks('d3dx9_43')

#Fixes background videos
util.protontricks('wmp11')

#Fixes audio sliders in options
util.protontricks('xact')

0 comments on commit c6012c0

Please sign in to comment.