Skip to content

Commit

Permalink
AppConfig: Disable libGL forwarding for steamwebhelper
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
neobrain committed Apr 15, 2024
1 parent f9097c0 commit 97386a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Data/AppConfig/steamwebhelper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Comment": "Bypasses libGL's glX and instead sends GLX requests directly via xcb",
"ThunksDB": {
"GL": 0
}
}

0 comments on commit 97386a7

Please sign in to comment.