diff options
Diffstat (limited to 'plugins/peopsxgl')
| -rw-r--r-- | plugins/peopsxgl/gpu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c index f956a63c..6459a9b4 100644 --- a/plugins/peopsxgl/gpu.c +++ b/plugins/peopsxgl/gpu.c @@ -2626,6 +2626,7 @@ void StartCfgTool(char *arg) // linux: start external cfg tool if (stat(cfg, &buf) != -1) {
if (fork() == 0) {
execl(cfg, "cfgpeopsxgl", arg, NULL);
+ exit(0);
}
return;
}
@@ -2634,6 +2635,7 @@ void StartCfgTool(char *arg) // linux: start external cfg tool if (stat(cfg, &buf) != -1) {
if (fork() == 0) {
execl(cfg, "cfgpeopsxgl", arg, NULL);
+ exit(0);
}
return;
}
@@ -2642,6 +2644,7 @@ void StartCfgTool(char *arg) // linux: start external cfg tool if (stat(cfg, &buf) != -1) {
if (fork() == 0) {
execl(cfg, "cfgpeopsxgl", arg, NULL);
+ exit(0);
}
return;
}
|
