mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
redirect; Fix process matching again
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ __attribute__((constructor)) static void lsi_redirect_init(void)
|
||||
paths = lsi_get_steam_paths();
|
||||
|
||||
/* Temporary hack, we'll make this more generic later */
|
||||
if (strcmp(process_name, "ShooterGame") != 0) {
|
||||
if (strcmp(process_name, "ShooterGame") == 0) {
|
||||
lsi_log_set_id("ShooterGame");
|
||||
lsi_profile = lsi_redirect_profile_new_ark(paths);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user