Commit graph

396 commits

Author SHA1 Message Date
Stefan
dc33cef836 Add "USB Gamepad " 2015-10-07 21:29:56 +02:00
Richard Goedeken
bcf6892ca6 added specific config for Logitech F310 from Marcus Dean Adams on google group, who suggested that this config is better than the old mapping which used the same config as other XBox Clones 2015-10-01 20:32:35 -07:00
Richard Goedeken
889312e419 Merge pull request #28 from Gillou68310/x64
Added x64 configuration to VisualStudio2013 project file
2015-09-12 21:52:38 -07:00
Richard Goedeken
24cc611bdb add another huijia auto-config from alecjw on github ticket #628 2015-09-12 17:23:22 -07:00
Richard Goedeken
67b4aa7a33 add OUYA wireless controller auto-config from github ticket #600 2015-09-12 16:52:06 -07:00
Gillou68310
58a56c38b2 Added x64 configuration to VisualStudio2013 project file 2015-08-28 16:26:24 +02:00
Richard Goedeken
b6486455a2 add new auto-config section for Rock Candy gamepad and new name for GC/N64 to USB (Raphnet technologies USB converter) 2015-08-02 14:26:57 -07:00
Richard Goedeken
681068aa00 new Saitek PLC Cyborg Force Rumble Pad auto-config from Pierre Neidhardt on the GG list 2015-07-07 22:33:14 -07:00
Richard Goedeken
198b8a7f03 add MayFlash PC048 adapter auto-config from Brandon Bundy via the google group 2015-06-12 21:30:05 -07:00
Richard Goedeken
0dbebae0e4 Merge pull request #26 from bentley/openbsd
Remove unnecessary OpenBSD warning.
2015-06-08 06:31:09 -07:00
Anthony J. Bentley
1580b6819d Remove unnecessary OpenBSD warning. 2015-06-08 01:45:45 -06:00
Richard Goedeken
b7cd607483 add auto-config for Logitech F710 gamepad by me 2015-06-06 21:59:46 -07:00
Richard Goedeken
10f69275e8 add auto-config for Xiaomi Bluetooth Controller from Peter Goelst on google group mailing list 2015-06-06 09:55:53 -07:00
Richard Goedeken
d0d385defa add auto-config for Super Joy Box 13 Gamecube USB adapter from Nick Griffiths on google group mailing list 2015-06-06 08:53:24 -07:00
Richard Goedeken
763107feb0 add auto-config for Snakebyte PS3-style USB controller from user on google group mailing list 2015-06-06 08:42:32 -07:00
Richard Goedeken
06d4271cf3 fix bug whereby a more general controller name in the inputautocfg file (such as OSX: Controller) which appeared earier in the file would be used instead of a more specific name found later. Now we score the name matches such that each matching word is worth 4 points, an OS-specific section is worth 1 point, and the XInput specific section is worth 2 points. The matching config section with the highest points is used, which fixes this bug 2015-06-03 23:29:48 -07:00
Richard Goedeken
53a90dde4a Merge pull request #25 from amietn/master
add config for Sony playstation 4 controller
2015-06-02 19:19:14 -07:00
amietn
bb0ffc3f82 add config for Sony playstation 4 controller and remove conflicting PS3 controller name 2015-05-07 15:22:51 +02:00
Richard Goedeken
bc61822c19 update text files and version number for upcoming 2.5 release 2015-04-26 12:30:51 -07:00
Richard Goedeken
c01ff31def fix for [GS gamepad] 2015-04-24 16:27:15 -07:00
Richard Goedeken
4158c2971a add config section for [GS gamepad] from Rodrigo Costa via google groups 2015-04-23 16:33:58 -07:00
Richard Goedeken
1f5d844f80 Merge pull request #24 from gizmo98/patch-1
Add 8BITDO NES30 and Jess Tech GGE909 PC Recoil Pad
2015-04-19 21:57:03 -07:00
gizmo98
f7e31ddde6 Add 8BITDO NES30 and Jess Tech GGE909 PC Recoil Pad 2015-04-17 17:08:19 +02:00
Richard Goedeken
0b5bf83cac Merge pull request #22 from conchurnavid/includes
Cleanup includes order and add missing includes
2015-03-21 21:28:00 -07:00
Conchúr Navid
0af22c499f Add missing includes and forward declarations 2015-03-21 13:47:40 +01:00
Conchúr Navid
2f3f97f848 Sort the includes based on type and names 2015-03-21 10:58:28 +01:00
Conchúr Navid
40124bf0ae Fix executable bits of files 2015-03-21 10:58:11 +01:00
Richard Goedeken
60b53306b7 Merge pull request #21 from bsmiles32/fix_warning
Fix const correctness warning.
2015-03-19 16:40:25 -07:00
Bobby Smiles
f3be3692d1 Fix const correctness warning. 2015-03-19 18:31:31 +01:00
Richard Goedeken
95f0745768 Merge pull request #20 from mfbeary/master
added config for another wireless XBOX receiver
2015-03-16 21:54:03 -07:00
mfbeary
01db40982b added config for another wireless XBOX receiver
I'm using this receiver: http://www.newegg.com/Product/Product.aspx?Item=9SIA0U008T5260
It identifies as 'Xbox 360 Wireless Receiver (XBOX)', and needed axes 3 and 4 switched from the normal xbox controller config, so I added it as a separate entry.
2015-03-16 18:07:23 -05:00
Richard Goedeken
d373eca182 Merge pull request #19 from rlabrecque/master
Added auto-config for RetroUSB "USB N64 RetroPort"
2015-03-15 08:54:20 -07:00
Riley Labrecque
6b2bc159cd Added auto-config for RetroUSB "USB N64 RetroPort"
Yes there's supposed to be a space at the end...
2015-03-14 04:59:19 -06:00
Richard Goedeken
8227467fb0 Added auto-config for Wii U Gamecube adapter from googlecode wiki comment 2015-03-11 16:43:45 -07:00
Richard Goedeken
ddc4642ed7 Merge pull request #18 from conchurnavid/coverity_fixes
Check if the size calculation for config file failed
2015-03-03 21:25:10 -08:00
Conchúr Navid
ac5b81b8a1 Check if the size calculation for config file failed 2015-03-03 12:14:37 +01:00
bsmiles32
d0fdbf8c60 Add alternative name for Adaptoid device
Reported by user kaito in the google groups [1]
[1] https://groups.google.com/d/msg/mupen64plus/Zzu00-j4Adw/XqsTDtDyKLwJ
2015-02-28 11:24:34 +01:00
Richard Goedeken
ef4d344062 added project/solution file for Visual Studio 2013. removed older MSVS project files. fix code compatilibity problems with MSVC 2015-02-22 07:13:34 -08:00
Dorian Fevrier
90c3a08b05 Merge pull request #17 from gizmo98/patch-1
InputAutoCfg.ini: Add USB,2-axis 8-button gamepad
2015-02-13 22:04:56 -05:00
gizmo98
b9a5a5f4db InputAutoCfg.ini: Add USB,2-axis 8-button gamepad
iBuffalo Gamepad
2015-02-13 23:45:17 +01:00
Richard Goedeken
10253ba90c Merge branch 'master' of https://github.com/mupen64plus/mupen64plus-input-sdl 2015-02-02 09:01:28 -08:00
Richard Goedeken
2d42602f7f update OSX xbox360 mappings from reidgc reported in googlecode.com issue #630 2015-02-02 09:00:52 -08:00
Richard Goedeken
9a2831d0be Merge pull request #16 from Nebuleon/build-changes
Drop architecture checks for cross-platform project
2015-02-01 14:18:07 -08:00
Nebuleon Fumika
630e4c7c2f Unix Makefile: Discard unnecessary architecture checks
Unlike the Mupen64Plus Core, which is sensitive to the architecture
it's compiled for due to its just-in-time compilers, this project does
not require architecture-specific glue code, only operating system
checks to load dynamic libraries and the presence of a well-behaving
port of SDL on the platform.

M64P_BIG_ENDIAN is not used for any decisions in this plugin, either.
Delete the big-endian processor checks.
2015-01-26 10:01:34 +00:00
Dorian Fevrier
611e441a6c Merge pull request #15 from gizmo98/patch-1
InputAutoCfg.ini: Add more PS3 controller variants
2015-01-20 23:19:47 -05:00
gizmo98
720d30a2da InputAutoCfg.ini: Add more PS3 controller variants 2015-01-20 18:48:02 +01:00
Richard Goedeken
19d4107974 Merge pull request #14 from Gillou68310/master
Added project file for MSVC2010
2015-01-07 22:55:19 -08:00
Gillou68310
9d82d61ed3 Added project file for MSVC2010 2015-01-07 15:10:27 +01:00
Richard Goedeken
86075505a1 Merge pull request #13 from conchurnavid/xinput
support new style sdl generic xinput name
2015-01-04 21:15:20 -08:00
Conchúr Navid
975e6f8d00 support new style sdl generic xinput name 2015-01-05 01:04:20 +01:00