Skip to content

Commit

Permalink
Remove DXVK_NVAPI_GPU_ARCH workaround for Indiana Jones and the Great…
Browse files Browse the repository at this point in the history
… Circle (#186)

dxvk-nvapi 0.8 already includes this
  • Loading branch information
UsernamesAreNotMyThing authored Dec 22, 2024
1 parent 75337fd commit e17e2a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gamefixes-steam/2677660.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@


def main() -> None:
"""Bad performance on Nvidia due to poor VRAM utilization"""
util.set_environment('DXVK_NVAPI_GPU_ARCH', 'GA100')
"""Bad performance on Nvidia due to VRAM under-utilization"""
util.set_environment('__GL_13ebad', '0x1')

0 comments on commit e17e2a2

Please sign in to comment.