From 6f241bd520dd17fcaa2727c976cbabd482b4f6c2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 9 Jun 2020 10:47:29 -0700 Subject: [PATCH] Fixed build --- src/joystick/controller_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/controller_type.h b/src/joystick/controller_type.h index 0f19fca9ed..9a091d31ca 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 ) {