mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
intercept: Fix swiftshader
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user