summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-15 06:41:54 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-15 06:41:54 -0600
commit02d4b7d68534284f42bb69dcc0efadd0eb4f1ae1 (patch)
tree730b925df7d4eb375b0e3beee056e34bc038d75e /main.c
parent4760458bad9546cc2329cee45a844e4e450ccd5d (diff)
Demo time
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index 3fdcd53..0bf92f2 100644
--- a/main.c
+++ b/main.c
@@ -27,10 +27,7 @@ int main(int argc, char** argv)
fprintf(stderr, "No device matching the programs requirements (DualShock 4, Xbox 360, Valve Steam, or Wii Controller) was found, please double check the connection if you do not think that this is the case.\n");
return(-1);
}
-
fprintf(stderr, "\n\nUse the same command with a space followed by the number corresponding to the input listed above that you want to use.\n\n");
- //fprintf(stderr, "\n\nIf no devices are listed above, then the program failed to find an acceptable device connected to the computer.\n\n");
-
} else {
switch (choice) {
case STEAM_BIT: