diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-05 10:40:40 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-05 10:40:40 +0000 |
| commit | 1260eea3797de1981e8629dcf04a327d8aa8cb0f (patch) | |
| tree | ff8bcc6775aee960f881c16df6b8ab224dd66586 /plugins/peopsxgl/gpu.c | |
| parent | 714a40b66dedf426eb1b3b8938168b5a34ffcb5f (diff) | |
| download | pcsxr-1260eea3797de1981e8629dcf04a327d8aa8cb0f.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31119 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/gpu.c')
| -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;
}
|
