diff options
author | phaseIV | 2015-11-17 11:10:18 +0100 |
---|---|---|
committer | phaseIV | 2015-11-17 11:10:18 +0100 |
commit | 2cab5787882abef4508e5b45d18dae79a041c298 (patch) | |
tree | 0c9076dd37c2414b2285a993a9e8603d8d5f50af | |
parent | f730f194726374a7f9bccc030632635d5d4a8c83 (diff) | |
download | pcsx_rearmed-2cab5787882abef4508e5b45d18dae79a041c298.tar.gz pcsx_rearmed-2cab5787882abef4508e5b45d18dae79a041c298.tar.bz2 pcsx_rearmed-2cab5787882abef4508e5b45d18dae79a041c298.zip |
cleanup
-rw-r--r-- | plugins/dfinput/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/dfinput/main.c b/plugins/dfinput/main.c index f4a14fa..c3adedd 100644 --- a/plugins/dfinput/main.c +++ b/plugins/dfinput/main.c @@ -15,9 +15,6 @@ #include <windows.h> #endif -#include <stdio.h> -#include <string.h> - #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); |