From 9c40a9d1065f4acbc4993b41e2f6e356d147483e Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 10 Oct 2017 19:13:06 +0100 Subject: [PATCH] intercept: Account for more processes 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 a76dc71..730d4cf 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -49,7 +49,10 @@ static inline char *get_process_name(void) static bool is_intercept_candidate(void) { static const char *wanted_processes[] = { + "html5app_steam", + "opengl-program", "steam", + "steamwebhelper", }; autofree(char) *nom = NULL;