X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfinput%2Fmain.c;h=5d676c474718a31f9efc23942aff4ffe07ba849a;hb=5ced3945423cda0010597b27b7da6bce77b12baa;hp=4f1d03f6ca4e9cf1be64185eca4491dfb2be2cca;hpb=5b5680983b7b3dde95acfe42f58e748d9f7fe1cb;p=pcsx_rearmed.git diff --git a/plugins/dfinput/main.c b/plugins/dfinput/main.c index 4f1d03f6..5d676c47 100644 --- a/plugins/dfinput/main.c +++ b/plugins/dfinput/main.c @@ -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;