diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-12-02 15:16:02 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-12-02 15:16:02 +0000 |
| commit | 52c88a3a17de89aaa805db6445ddd6044e8dfcf9 (patch) | |
| tree | e4b4db02b27e19017d3ed98245362f235d420770 /macosx/plugins | |
| parent | b268bbc53172c6d1790246b84a9baa9010b3afd8 (diff) | |
| download | pcsxr-52c88a3a17de89aaa805db6445ddd6044e8dfcf9.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38674 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins')
| -rw-r--r-- | macosx/plugins/HIDInput/src/PlugPAD.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/macosx/plugins/HIDInput/src/PlugPAD.c b/macosx/plugins/HIDInput/src/PlugPAD.c index 4b63a990..e6c58c30 100644 --- a/macosx/plugins/HIDInput/src/PlugPAD.c +++ b/macosx/plugins/HIDInput/src/PlugPAD.c @@ -236,13 +236,9 @@ long PADreadPort2(PadDataS *data) { return 0; } -static unsigned char stdpar[2][20] = { - {0xFF, 0x5A, 0xFF, 0xFF, 0x80, 0x80, 0x80, 0x80, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00}, - {0xFF, 0x5A, 0xFF, 0xFF, 0x80, 0x80, 0x80, 0x80, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00} +static unsigned char stdpar[2][8] = { + {0xFF, 0x5A, 0xFF, 0xFF, 0x80, 0x80, 0x80, 0x80}, + {0xFF, 0x5A, 0xFF, 0xFF, 0x80, 0x80, 0x80, 0x80} }; static unsigned char unk46[2][8] = { |
