From: Javier S. Pedro Date: Sun, 30 Jan 2011 16:34:15 +0000 (+0100) Subject: increase input poll frequency X-Git-Url: http://vcs.maemo.org/git/?p=drnoksnes;a=commitdiff_plain;h=6e374f54d9572c47503466e9f0063571fd9a54fa increase input poll frequency --- diff --git a/debian/changelog b/debian/changelog index b581aab..1b7b5c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ drnoksnes (1.3.5) unstable; urgency=low * Removed all 8bpp support. + * Reduced input poll frequency. - -- Javier S. Pedro Wed, 19 Jan 2011 03:46:48 +0100 + -- Javier S. Pedro Sun, 30 Jan 2011 17:01:38 +0100 drnoksnes (1.3.4) unstable; urgency=low diff --git a/platform/sdl.cpp b/platform/sdl.cpp index c9d641c..c15f9cc 100644 --- a/platform/sdl.cpp +++ b/platform/sdl.cpp @@ -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"