commit | 9d7ab323461e9c23545e2ad9d1d4b14dbd9f21b0 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Tue Jun 09 10:47:29 2020 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Tue Jun 09 10:47:29 2020 -0700 |
tree | 8b7426396d5b84f5394ab370926281ca6ab2f454 | |
parent | 3cb5aa4781d3851e05d941bf458b274bdccfa748 [diff] |
Fixed build
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 @@ #undef MAKE_CONTROLLER_ID -static inline int GetDefaultDeadzoneSizeForControllerType( EControllerType eControllerType ) +static SDL_INLINE int GetDefaultDeadzoneSizeForControllerType( EControllerType eControllerType ) { switch ( eControllerType ) {