Commit 681f67d353b020007a98f051471fa2b982b11cdf

Ozkan Sezer 2023-06-14T00:25:50

fixed build after commit d2372c853843def01b7adb9872cbb89b0d6079ec.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/joystick/linux/SDL_sysjoystick.c b/src/joystick/linux/SDL_sysjoystick.c
index 24c6a00..0caffd7 100644
--- a/src/joystick/linux/SDL_sysjoystick.c
+++ b/src/joystick/linux/SDL_sysjoystick.c
@@ -2152,7 +2152,7 @@ static SDL_bool LINUX_JoystickGetGamepadMapping(int device_index, SDL_GamepadMap
        xpadneo has a note about this in the driver code:
        https://github.com/atar-axis/xpadneo/blob/master/hid-xpadneo/src/hid-xpadneo.c#L1137
      */
-    if (SDL_IsJoystickXboxOneElite(SDL_GetJoystickVendor(joystick), SDL_GetJoystickProduct(joystick))) {
+    if (SDL_IsJoystickXboxOneElite(SDL_JoystickGetVendor(joystick), SDL_JoystickGetProduct(joystick))) {
         int i;
         unsigned int paddle_index = 0;
         SDL_InputMapping *paddles[4] = {