mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-27 19:06:01 +00:00
intercept: Allow loading CPU based swiftshader libGLESv2.so
This fixes issue #17 by whitelisting the library once more for the main collection of binaries in the Steam client. Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -86,6 +86,9 @@ static const char *steam_allowed[] = {
|
||||
|
||||
/* steamwebhelper */
|
||||
"libcef.so",
|
||||
|
||||
/* Swift shader */
|
||||
"libGLESv2.so",
|
||||
};
|
||||
|
||||
static const char *wanted_steam_processes[] = {
|
||||
|
||||
Reference in New Issue
Block a user