diff --git a/src/intercept/main.c b/src/intercept/main.c index 15414b4..78ae8d5 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -89,6 +89,7 @@ static const char *steam_allowed[] = { /* Swift shader */ "libGLESv2.so", + "libEGL.so", }; static const char *wanted_steam_processes[] = { @@ -130,10 +131,6 @@ static const char *vendor_blacklist[] = { /* general problem causer. */ "libopenal.so.", - /* thou shalt not replace drivers (swiftshader) ! */ - "libGLESv2.so", - "libGL.so", - /* glews (provide glew + glew110 in your distro for full compat) */ "libGLEW.so.1.10", "libGLEW.so.1.12",