summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-03-02 04:54:47 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-03-02 04:54:47 +0000
commitee1f58e13d68ad3d23fcaf1a2ff185e21c9a578d (patch)
tree56662dec90ce605bb10a57c0516a0d3cdea7534a /plugins
parent32c1c8487ef4a53feb18758fcf598fc42755c898 (diff)
downloadpcsxr-ee1f58e13d68ad3d23fcaf1a2ff185e21c9a578d.tar.gz
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83296 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/dfnet/gui.c8
1 files changed, 6 insertions, 2 deletions
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;
}