Mathieu Eyraud 3 years ago
parent
commit
0b2a55ea7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/joystick/windows/SDL_rawinputjoystick.c

+ 1 - 1
src/joystick/windows/SDL_rawinputjoystick.c

@@ -1253,7 +1253,7 @@ RAWINPUT_JoystickOpen(SDL_Joystick *joystick, int device_index)
         }
         }
     }
     }
 
 
-    joystick->ePowerLevel = SDL_JOYSTICK_POWER_UNKNOWN;
+    joystick->epowerlevel = SDL_JOYSTICK_POWER_UNKNOWN;
 
 
     return 0;
     return 0;
 }
 }