diff options
| author | Mai M <mathew1800@gmail.com> | 2022-01-06 03:58:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 03:58:00 -0500 |
| commit | c52485071bd2f3e25bcd60f6b36a9de90ad4374f (patch) | |
| tree | 707334560f3ee5feeba69def71bde1bcdcb9f185 /Source/Core | |
| parent | bc1448548983dc3f191430d8639698df8ed1c211 (diff) | |
| parent | 589c26735561741a6a520a1807611b870a586229 (diff) | |
Merge pull request #10351 from JosJuice/rb3-more-devices
USBUtils: Add/fix some Rock Band devices
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/UICommon/USBUtils.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/UICommon/USBUtils.cpp b/Source/Core/UICommon/USBUtils.cpp index 550b36fbc4..b33dc740e0 100644 --- a/Source/Core/UICommon/USBUtils.cpp +++ b/Source/Core/UICommon/USBUtils.cpp @@ -25,11 +25,12 @@ static const std::map<std::pair<u16, u16>, std::string_view> s_wii_peripherals{{ {{0x1430, 0x0100}, "Tony Hawk Ride Skateboard"}, {{0x1430, 0x0150}, "Skylanders Portal"}, {{0x1bad, 0x0004}, "Harmonix Guitar Controller"}, - {{0x1bad, 0x3110}, "Rock Band 3 Mustang Guitar Dongle"}, + {{0x1bad, 0x3110}, "Rock Band Drum Set"}, {{0x1bad, 0x3138}, "Harmonix Drum Controller for Nintendo Wii"}, + {{0x1bad, 0x3330}, "Harmonix RB3 Keyboard for Nintendo Wii"}, {{0x1bad, 0x3338}, "Harmonix RB3 MIDI Keyboard Interface for Nintendo Wii"}, + {{0x1bad, 0x3430}, "Harmonix RB3 Mustang Guitar for Nintendo Wii"}, {{0x1bad, 0x3538}, "Harmonix RB3 MIDI Guitar Interface for Nintendo Wii"}, - {{0x1bad, 0x3430}, "Rock Band Drum Set"}, {{0x21a4, 0xac40}, "EA Active NFL"}, }}; |
