diff src/video/nds/SDL_ndsevents.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 6e4669f4db49
children 3895761db26a
line wrap: on
line diff
--- a/src/video/nds/SDL_ndsevents.c	Sun Jun 29 21:32:31 2008 +0000
+++ b/src/video/nds/SDL_ndsevents.c	Tue Jul 01 13:02:50 2008 +0000
@@ -38,7 +38,7 @@
 void
 NDS_PumpEvents(_THIS)
 {
-    /* do nothing. */
+    scanKeys();
 }
 
 /* vi: set ts=4 sw=4 expandtab: */