From ee1f58e13d68ad3d23fcaf1a2ff185e21c9a578d Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sat, 2 Mar 2013 04:54:47 +0000 Subject: . git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83296 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfnet/gui.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/dfnet/gui.c b/plugins/dfnet/gui.c index 27644e99..a3268658 100755 --- a/plugins/dfnet/gui.c +++ b/plugins/dfnet/gui.c @@ -219,8 +219,12 @@ int main(int argc, char *argv[]) { return 0; } - if (strcmp(argv[1], "configure") != 0 && - strcmp(argv[1], "about") != 0) { + if (strcmp(argv[1], "about") != 0 && + strcmp(argv[1], "configure") != 0 && + strcmp(argv[1], "open") != 0 && + strcmp(argv[1], "wait") != 0 && + strcmp(argv[1], "pause") != 0 && + strcmp(argv[1], "message") != 0) { printf ("Usage: cfgDFNet {about | configure | open | wait | pause | message}\n"); return 0; } -- cgit v1.2.3