mirror of
https://github.com/project-slippi/Nintendont.git
synced 2025-10-06 00:22:40 +02:00
-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:
@@ -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)
|
||||
|
||||
|
@@ -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.
@@ -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 |
Reference in New Issue
Block a user