X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfinput%2Fmain.c;h=4204b86ff19c77f0f5e40f6dd2cebc70b0260ac1;hb=1990449de5befed3c0ee614ff4b6273cfe303a8e;hp=ee4625cd3a02713bf3579465f1ed2bc3ff8355f4;hpb=10ed51a07184f5235e1c85cd9995aaa1481e0dca;p=pcsx_rearmed.git diff --git a/plugins/dfinput/main.c b/plugins/dfinput/main.c index ee4625cd..4204b86f 100644 --- a/plugins/dfinput/main.c +++ b/plugins/dfinput/main.c @@ -56,6 +56,7 @@ static int old_controller_type1 = -1, old_controller_type2 = -1; void dfinput_activate(void) { + #ifndef HAVE_LIBRETRO PadDataS pad; pad.portMultitap = -1; @@ -66,4 +67,5 @@ void dfinput_activate(void) pad.requestPadIndex = 1; PAD2_readPort2(&pad); select_pad(2); + #endif }