redirect; Fix process matching again

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-23 03:07:19 +01:00
parent 71322156e3
commit bddeda6ef3
+1 -1
View File
@@ -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);
}