Merge pull request #3580 from neobrain/fix_libfwd_steamwebhelper_x11

AppConfig: Disable libGL forwarding for steamwebhelper
This commit is contained in:
Tony Wasserka 2024-04-17 07:41:25 +00:00 committed by GitHub
commit 02ebb6e320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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