Răsfoiți Sursa

Fixed build

Sam Lantinga 5 ani în urmă
părinte
comite
6f241bd520
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/joystick/controller_type.h

+ 1 - 1
src/joystick/controller_type.h

@@ -667,7 +667,7 @@ static SDL_INLINE const char *GuessControllerName( int nVID, int nPID )
 
 #undef MAKE_CONTROLLER_ID
 
-static inline int GetDefaultDeadzoneSizeForControllerType( EControllerType eControllerType )
+static SDL_INLINE int GetDefaultDeadzoneSizeForControllerType( EControllerType eControllerType )
 {
 	switch ( eControllerType )
 	{