diff input/input.c @ 26765:2873fbda71f8

Do not enable AppleIR by default. The amount of computers capable of using it is too low in the field to enable it by default.
author ben
date Sun, 18 May 2008 11:56:20 +0000
parents c13288eeb9f6
children 5f304bb41cd9
line wrap: on
line diff
--- a/input/input.c	Sun May 18 11:54:35 2008 +0000
+++ b/input/input.c	Sun May 18 11:56:20 2008 +0000
@@ -566,7 +566,7 @@
 static char* config_file = "input.conf";
 
 /* Apple Remote */
-static int use_ar = 1;
+static int use_ar = 0;
 
 static char* js_dev = NULL;
 static char* ar_dev = NULL;