Skip to content

Commit

Permalink
Add fix for Identity V (#188)
Browse files Browse the repository at this point in the history
* Add Identity V

* Correct for GH workflow
  • Loading branch information
Tiagoquix authored Dec 27, 2024
1 parent 1058f8c commit 0792d02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gamefixes-umu/umu-identityv.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for Identity V"""

from protonfixes import util


def main() -> None:
# Fixes black screen on first launch
util.protontricks('d3dcompiler_47')

0 comments on commit 0792d02

Please sign in to comment.