Commit 6f241bd520dd17fcaa2727c976cbabd482b4f6c2

Sam Lantinga 2020-06-09T10:47:29

Fixed build

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/joystick/controller_type.h b/src/joystick/controller_type.h
index 0f19fca..9a091d3 100644
--- a/src/joystick/controller_type.h
+++ b/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 )
 	{