From: phaseIV Date: Tue, 17 Nov 2015 10:10:18 +0000 (+0100) Subject: cleanup X-Git-Tag: r24l~864^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cab5787882abef4508e5b45d18dae79a041c298;p=pcsx_rearmed.git cleanup --- diff --git a/plugins/dfinput/main.c b/plugins/dfinput/main.c index f4a14faf..c3adedd3 100644 --- a/plugins/dfinput/main.c +++ b/plugins/dfinput/main.c @@ -15,9 +15,6 @@ #include #endif -#include -#include - #include "main.h" unsigned char CurPad, CurByte, CurCmd, CmdLen; @@ -56,16 +53,10 @@ static int old_controller_type1 = -1, old_controller_type2 = -1; } \ } -// case PSE_PAD_TYPE_NEGCON: \ -// PAD##n##_startPoll = PADstartPoll_negcon; \ -// PAD##n##_poll = PADpoll_negcon; \ -// negcon_init(); \ -// break; \ void dfinput_activate(void) { PadDataS pad; - int i; PAD1_readPort1(&pad); select_pad(1);