Remove code from ACO option

This commit is contained in:
Mathieu Comandon 2021-08-09 18:02:41 -07:00
parent 89fe7e0a42
commit 59eeaf5f2f

View file

@ -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"