Skip to content

Commit

Permalink
star citizen gamefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mactan committed May 6, 2024
1 parent 335d33e commit a4aa3c7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gamefixes-umu/umu-starcitizen.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ def main():

#needed for amd vulkan
util.set_environment('dual_color_blend_by_location','true')

#override for white/black launcher
util.winedll_override('libglesv2', 'builtin')
#override for nvidia cards
util.winedll_override('nvapi,nvapi64', 'disabled')
#allow the RSI Launcher to auto-update itself
util.winedll_override('powershell.exe', 'disabled')
util.set_environment('radv_zero_vram','true')

environments = ["LIVE","PTU","EPTU","TECH-PREVIEW"]

Expand Down

0 comments on commit a4aa3c7

Please sign in to comment.