Skip to content

Commit

Permalink
Added the Razer Edge controller to the list of wraparound controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 17, 2023
1 parent c207cd3 commit a9c86e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/SDL_joystick.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ static SDL_bool ShouldAttemptSensorFusion(SDL_Joystick *joystick)
static Uint32 wraparound_gamepads[] = {
MAKE_VIDPID(0x1532, 0x0709), /* Razer Junglecat (L) */
MAKE_VIDPID(0x1532, 0x070a), /* Razer Junglecat (R) */
MAKE_VIDPID(0x1532, 0x0717), /* Razer Edge controller */
MAKE_VIDPID(0x1949, 0x0402), /* Ipega PG-9083S */
MAKE_VIDPID(0x27f8, 0x0bbc), /* Gamevice */
MAKE_VIDPID(0x27f8, 0x0bbf), /* Razer Kishi */
Expand Down

0 comments on commit a9c86e5

Please sign in to comment.