Mercurial > sdl-ios-xcode
diff src/joystick/mint/SDL_sysjoystick.c @ 1635:92947e3a18db
Make sure code is only compiled if the appropriate subsystem is enabled
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Apr 2006 04:46:47 +0000 |
parents | a8181c4040b8 |
children | 782fd950bd46 c121d94672cb 28db418c7573 |
line wrap: on
line diff
--- a/src/joystick/mint/SDL_sysjoystick.c Fri Apr 14 03:56:31 2006 +0000 +++ b/src/joystick/mint/SDL_sysjoystick.c Fri Apr 14 04:46:47 2006 +0000 @@ -21,6 +21,8 @@ */ #include "SDL_config.h" +#ifdef SDL_JOYSTICK_MINT + /* * Atari Joystick/Joypad drivers * @@ -627,3 +629,5 @@ JOYPAD_IO.directions=0xff7f; jp_joypads[1] |= (((~(JOYPAD_IO.directions))>>12) & 15)<<12; } + +#endif /* SDL_JOYSTICK_MINT */