Don't detect the ROG Chakram mouse as a joystick

main
Sam Lantinga 2021-10-20 15:19:22 -07:00
parent bfd2f8993f
commit a43d3f6931
1 changed files with 2 additions and 0 deletions

View File

@ -2398,6 +2398,8 @@ SDL_bool SDL_ShouldIgnoreJoystick(const char *name, SDL_JoystickGUID guid)
/* Anne Pro II Keyboard */
MAKE_VIDPID(0x04d9, 0x8009), /* OBINLB USB-HID Keyboard */
MAKE_VIDPID(0x0b05, 0x1958), /* ROG Chakram Mouse */
};
unsigned int i;