diff src/joystick/nds/SDL_sysjoystick.c @ 2676:082cc3ffd7d8 gsoc2008_nds

Fixed a conflict between the touch and joystick drivers. They now should both behave as expected.
author Darren Alton <dalton@stevens.edu>
date Tue, 01 Jul 2008 13:02:50 +0000
parents 24a6b3588eac
children e1da92da346c
line wrap: on
line diff
--- a/src/joystick/nds/SDL_sysjoystick.c	Sun Jun 29 21:32:31 2008 +0000
+++ b/src/joystick/nds/SDL_sysjoystick.c	Tue Jul 01 13:02:50 2008 +0000
@@ -91,7 +91,7 @@
 {
     u32 keysd, keysu;
     int magnitude = 16384;
-    scanKeys();
+    /*scanKeys();*/
     keysd = keysDown();
     keysu = keysUp();