Gamepad (Windows): change the name of Pro Controller

This commit is contained in:
李通洲
2023-04-02 20:40:02 +08:00
committed by Carter Li
parent 92de3e4f30
commit 35e06642f9
+1 -1
View File
@@ -17,7 +17,7 @@ static const char* detectKnownGamepad(uint32_t vendorId, uint32_t productId)
{
case 0x2006: return "Nintendo Switch Joycon L";
case 0x2007: return "Nintendo Switch Joycon R";
case 0x2009: return "Nintendo Switch Pro";
case 0x2009: return "Nintendo Switch Pro Controller";
case 0x200E: return "Nintendo Switch Charging Grip";
case 0x2017: return "Nintendo Switch SNES Controller";