diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-25 14:32:37 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-25 14:32:37 +0000 |
| commit | 87f98713931fa1ce12ed3323990cde63aa4d1134 (patch) | |
| tree | 53b049f518e646c474b85fbe25e9ce51ab79550d /plugins/dfinput | |
| parent | 09ea0aa7222473853bbb44a349112f0536252d6a (diff) | |
| download | pcsxr-87f98713931fa1ce12ed3323990cde63aa4d1134.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32892 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfinput')
| -rw-r--r-- | plugins/dfinput/analog.c | 2 | ||||
| -rw-r--r-- | plugins/dfinput/cfg-gtk2.c | 2 | ||||
| -rw-r--r-- | plugins/dfinput/cfg.c | 2 | ||||
| -rw-r--r-- | plugins/dfinput/pad.c | 4 | ||||
| -rw-r--r-- | plugins/dfinput/pad.h | 2 | ||||
| -rw-r--r-- | plugins/dfinput/sdljoy.c | 2 | ||||
| -rw-r--r-- | plugins/dfinput/xkb.c | 2 |
7 files changed, 8 insertions, 8 deletions
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, |
