mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-18 20:35:03 +00:00
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:
parent
f9097c0a92
commit
97386a7260
6
Data/AppConfig/steamwebhelper.json
Normal file
6
Data/AppConfig/steamwebhelper.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"Comment": "Bypasses libGL's glX and instead sends GLX requests directly via xcb",
|
||||
"ThunksDB": {
|
||||
"GL": 0
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user