mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Remove code from ACO option
This commit is contained in:
parent
89fe7e0a42
commit
59eeaf5f2f
1 changed files with 0 additions and 4 deletions
|
@ -171,10 +171,6 @@ class Runner: # pylint: disable=too-many-public-methods
|
|||
env["__GLX_VENDOR_LIBRARY_NAME"] = "nvidia"
|
||||
env["__VK_LAYER_NV_optimus"] = "NVIDIA_only"
|
||||
|
||||
# Enable ACO compiler for AMD GPUs
|
||||
if self.system_config.get("aco"):
|
||||
env["RADV_PERFTEST"] = "aco"
|
||||
|
||||
# Set PulseAudio latency to 60ms
|
||||
if self.system_config.get("pulse_latency"):
|
||||
env["PULSE_LATENCY_MSEC"] = "60"
|
||||
|
|
Loading…
Reference in a new issue