AppConfig: Disable libGL forwarding for steamwebhelper

This app bypasses the glX functions exported by libGL and instead sends GLX
requests directly via xcb. FEX won't support forwarding this usage pattern in
the foreseeable future.
This commit is contained in:
Tony Wasserka 2024-04-09 15:44:56 +02:00
parent f9097c0a92
commit 97386a7260

View File

@ -0,0 +1,6 @@
{
"Comment": "Bypasses libGL's glX and instead sends GLX requests directly via xcb",
"ThunksDB": {
"GL": 0
}
}