Skip to content

Commit

Permalink
update sc protonfixes for nvidia vulkan workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Apr 17, 2024
1 parent b21cc8a commit e4fece7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gamefixes-umu/umu-starcitizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ def main():
#eac workaround
util.set_environment('EOS_USE_ANTICHEATCLIENTNULL','1')

#needed for nvidia vulkan
util.set_environment('WINE_HIDE_NVIDIA_GPU','1')

#override for white/black launcher
util.winedll_override('libglesv2', 'builtin')
#override for nvidia cards
Expand Down

0 comments on commit e4fece7

Please sign in to comment.