diff src/joystick/dummy/SDL_sysjoystick.c @ 1152:51a8702d8ecd

Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at activekitten.com.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 29 Sep 2005 09:43:00 +0000
parents b8d311d90021
children 435c2e481299
line wrap: on
line diff
--- a/src/joystick/dummy/SDL_sysjoystick.c	Wed Sep 28 11:36:20 2005 +0000
+++ b/src/joystick/dummy/SDL_sysjoystick.c	Thu Sep 29 09:43:00 2005 +0000
@@ -34,6 +34,8 @@
 #include "SDL_sysjoystick.h"
 #include "SDL_joystick_c.h"
 
+Uint8 SDL_numjoysticks = 0;
+
 /* Function to scan the system for joysticks.
  * This function should set SDL_numjoysticks to the number of available
  * joysticks.  Joystick 0 should be the system default joystick.