From 6e374f54d9572c47503466e9f0063571fd9a54fa Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 30 Jan 2011 17:34:15 +0100 Subject: [PATCH] increase input poll frequency --- debian/changelog | 3 ++- platform/sdl.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 1.7.9.5