adjust multitap code to interact with standalone better
[pcsx_rearmed.git] / plugins / dfinput / main.c
index 4f1d03f..5d676c4 100644 (file)
@@ -20,7 +20,7 @@ extern unsigned char CALLBACK PAD2__startPoll(int pad);
 extern unsigned char CALLBACK PAD1__poll(unsigned char value);
 extern unsigned char CALLBACK PAD2__poll(unsigned char value);
 
-#ifndef HAVE_LIBRETRO
+#if 0 //ndef HAVE_LIBRETRO
 
 static int old_controller_type1 = -1, old_controller_type2 = -1;