mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-14 22:18:20 +02:00
This reverts commit 97391328a3.
This broke devenv because DRIRC_CONFIGDIR doesn't point the folder that
contains everything anymore.
DRIRC_CONFIGDIR will be modified to take the standard `:`-separated list
of paths, but until then, revert this.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41890>
8 lines
274 B
XML
8 lines
274 B
XML
<?xml version="1.0"?>
|
|
<driconf>
|
|
<device driver="virtio_gpu">
|
|
<application name="Counter-Strike Global Offensive" executable="csgo_linux64">
|
|
<option name="format_l8_srgb_enable_readback" value="true" />
|
|
</application>
|
|
</device>
|
|
</driconf>
|