-Fixed Logitech RumblePad 2 and Rumble Gamepad F510 controller.ini Triggers

-Fixed Auto video mode for region I & removed region G (Thanks Cyan)
This commit is contained in:
Howard_M_Busch@yahoo.com
2014-11-11 17:35:11 +00:00
parent a29048cc0a
commit 68c74a3f6e
7 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
#define __NINTENDONT_VERSION_H__
#define NIN_MAJOR_VERSION 2
#define NIN_MINOR_VERSION 213
#define NIN_MINOR_VERSION 214
#define NIN_VERSION ((NIN_MAJOR_VERSION << 16) | NIN_MINOR_VERSION)

View File

@@ -1,13 +1,15 @@
[Logitech Rumble Gamepad F510]
[Logitech RumblePad 2 and Rumble Gamepad F510]
VID=046D
PID=C218
Polltype=1
DPAD=1
DigitalLR=1
A=4,20
B=4,10
X=4,40
Y=4,80
Z=5,03
ZL=5,01
Z=5,02
L=5,04
R=5,08
Power=5,10
@@ -24,5 +26,3 @@ StickX=0
StickY=1
CStickX=2
CStickY=3
LAnalog=12
RAnalog=13

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 KiB

After

Width:  |  Height:  |  Size: 736 KiB

Binary file not shown.

View File

@@ -587,8 +587,8 @@ int main(int argc, char **argv)
// EUR
case 'D':
case 'F':
case 'G':
case 'H':
case 'I':
case 'M':
case 'P':
case 'S':

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 KiB

After

Width:  |  Height:  |  Size: 736 KiB