mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 16:05:28 +00:00
The Flydigi Vader and Apex series controllers all have the same VID, PID, and name
(cherry picked from commit 58e3084477afe344bae42ab352d56eba25b4a36b)
This commit is contained in:
parent
805fc29ae8
commit
0f753d9794
|
@ -22,6 +22,7 @@ standard_guid_pattern = re.compile(r'^([0-9a-fA-F]{4})([0-9a-fA-F]{2})([0-9a-fA-
|
||||||
invalid_controllers = (
|
invalid_controllers = (
|
||||||
('0079', '0006', '0000'), # DragonRise Inc. Generic USB Joystick
|
('0079', '0006', '0000'), # DragonRise Inc. Generic USB Joystick
|
||||||
('0079', '0006', '6120'), # DragonRise Inc. Generic USB Joystick
|
('0079', '0006', '6120'), # DragonRise Inc. Generic USB Joystick
|
||||||
|
('04b4', '2412', 'c529'), # Flydigi Vader 2, Vader 2 Pro, Apex 2, Apex 3
|
||||||
('16c0', '05e1', '0000'), # Xinmotek Controller
|
('16c0', '05e1', '0000'), # Xinmotek Controller
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue