increase input poll frequency
authorJavier S. Pedro <maemo@javispedro.com>
Sun, 30 Jan 2011 16:34:15 +0000 (17:34 +0100)
committerJavier S. Pedro <maemo@javispedro.com>
Sun, 30 Jan 2011 16:34:15 +0000 (17:34 +0100)
debian/changelog
platform/sdl.cpp

index b581aab..1b7b5c9 100644 (file)
@@ -1,8 +1,9 @@
 drnoksnes (1.3.5) unstable; urgency=low
 
   * Removed all 8bpp support.
+  * Reduced input poll frequency.
 
- -- Javier S. Pedro <maemo@javispedro.com>  Wed, 19 Jan 2011 03:46:48 +0100
+ -- Javier S. Pedro <maemo@javispedro.com>  Sun, 30 Jan 2011 17:01:38 +0100
 
 drnoksnes (1.3.4) unstable; urgency=low
 
index c9d641c..c15f9cc 100644 (file)
@@ -14,7 +14,7 @@
 #include "hacks.h"
 #include "snapshot.h"
 
-#define kPollEveryNFrames              5               //Poll input only every this many frames
+#define kPollEveryNFrames              2               //Poll input only every this many frames
 
 #if CONF_GUI
 #include "osso.h"