Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 9, 2020
1 parent 086be21 commit 6f241bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/controller_type.h
Expand Up @@ -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 )
{
Expand Down

0 comments on commit 6f241bd

Please sign in to comment.