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/analog.c | 2 +- plugins/dfinput/cfg-gtk2.c | 2 +- plugins/dfinput/cfg.c | 2 +- plugins/dfinput/pad.c | 4 ++-- plugins/dfinput/pad.h | 2 +- plugins/dfinput/sdljoy.c | 2 +- plugins/dfinput/xkb.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/dfinput') diff --git a/plugins/dfinput/analog.c b/plugins/dfinput/analog.c index 34d3dcbe..faa582fc 100644 --- a/plugins/dfinput/analog.c +++ b/plugins/dfinput/analog.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, diff --git a/plugins/dfinput/cfg-gtk2.c b/plugins/dfinput/cfg-gtk2.c index ae36dcd6..a0e34647 100644 --- a/plugins/dfinput/cfg-gtk2.c +++ b/plugins/dfinput/cfg-gtk2.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, diff --git a/plugins/dfinput/cfg.c b/plugins/dfinput/cfg.c index d8f7a78c..8a012342 100644 --- a/plugins/dfinput/cfg.c +++ b/plugins/dfinput/cfg.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, 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; diff --git a/plugins/dfinput/pad.h b/plugins/dfinput/pad.h index da4fc727..9b71fab0 100644 --- a/plugins/dfinput/pad.h +++ b/plugins/dfinput/pad.h @@ -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, diff --git a/plugins/dfinput/sdljoy.c b/plugins/dfinput/sdljoy.c index 2a80cfa8..52d02d17 100644 --- a/plugins/dfinput/sdljoy.c +++ b/plugins/dfinput/sdljoy.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, diff --git a/plugins/dfinput/xkb.c b/plugins/dfinput/xkb.c index 5706d230..62f7fc06 100644 --- a/plugins/dfinput/xkb.c +++ b/plugins/dfinput/xkb.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, -- cgit v1.2.3