From 87f98713931fa1ce12ed3323990cde63aa4d1134 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sun, 25 Oct 2009 14:32:37 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32892 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfinput/pad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dfinput/pad.c') diff --git a/plugins/dfinput/pad.c b/plugins/dfinput/pad.c index 564aa324..77b72994 100644 --- a/plugins/dfinput/pad.c +++ b/plugins/dfinput/pad.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or + * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -193,7 +193,7 @@ unsigned char PADstartPoll(int pad) { return 0xFF; } - + unsigned char PADpoll(unsigned char value) { static uint8_t *buf = NULL; uint16_t n; -- cgit v1.2.3