From 56fc32e977409e38b09bf4820244b3699f1e3b4c Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sat, 23 Feb 2013 02:54:51 +0000 Subject: . git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83100 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfinput/pad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dfinput/pad.c') diff --git a/plugins/dfinput/pad.c b/plugins/dfinput/pad.c index e4dc52b0..1a11dd41 100755 --- a/plugins/dfinput/pad.c +++ b/plugins/dfinput/pad.c @@ -655,7 +655,7 @@ long PADconfigure(void) { if (pid == 0) { if (fork() == 0) { - execl("cfg/cfgDFInput", "cfgDFInput", NULL); + execl("cfg/cfgDFInput", "cfgDFInput", "configure", NULL); } exit(0); } else if (pid > 0) { @@ -670,7 +670,7 @@ void PADabout(void) { if (pid == 0) { if (fork() == 0) { - execl("cfg/cfgDFInput", "cfgDFInput", "-about", NULL); + execl("cfg/cfgDFInput", "cfgDFInput", "about", NULL); } exit(0); } else if (pid > 0) { -- cgit v1.2.3