increase input poll frequency
[drnoksnes] / platform / sdl.cpp
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"