From b4e512b70871b205f43528b3a5883f65415e98f4 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 19 Oct 2017 04:37:13 +0100 Subject: [PATCH] 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 --- src/intercept/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/intercept/main.c b/src/intercept/main.c index b7e832c..73bca2f 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -86,6 +86,9 @@ static const char *steam_allowed[] = { /* steamwebhelper */ "libcef.so", + + /* Swift shader */ + "libGLESv2.so", }; static const char *wanted_steam_processes[] = {