comparison 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
comparison
equal deleted inserted replaced
26764:de7334f3bcbe 26765:2873fbda71f8
564 564
565 static int use_joystick = 1, use_lirc = 1, use_lircc = 1; 565 static int use_joystick = 1, use_lirc = 1, use_lircc = 1;
566 static char* config_file = "input.conf"; 566 static char* config_file = "input.conf";
567 567
568 /* Apple Remote */ 568 /* Apple Remote */
569 static int use_ar = 1; 569 static int use_ar = 0;
570 570
571 static char* js_dev = NULL; 571 static char* js_dev = NULL;
572 static char* ar_dev = NULL; 572 static char* ar_dev = NULL;
573 573
574 static char* in_file = NULL; 574 static char* in_file = NULL;