From 1260eea3797de1981e8629dcf04a327d8aa8cb0f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 5 Oct 2009 10:40:40 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31119 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/peopsxgl/gpu.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/peopsxgl/gpu.c') 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; } -- cgit v1.2.3