Skip to content

Commit

Permalink
Update 2677660.py
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernamesAreNotMyThing authored Dec 15, 2024
1 parent fb4055c commit 09f12d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gamefixes-steam/2677660.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@


def main() -> None:
"""Workarounds for various graphics driver bugs encountered in this game"""
# RadV: Missing textures and glowing eyes
util.set_environment('radv_legacy_sparse_binding', 'true')
util.set_environment('radv_zero_vram', 'true')
util.set_environment('RADV_DEBUG', 'nodcc')
# Nvidia: bad performance due to poor VRAM utilization
"""Bad performance on Nvidia due to poor VRAM utilization"""
util.set_environment('DXVK_NVAPI_GPU_ARCH', 'GA100')
util.set_environment('__GL_13ebad', '0x1')

0 comments on commit 09f12d1

Please sign in to comment.