LilyPad: Default deadzone increased. Note that will only apply to new bindings, or ones from inis made before I added deadzone support. Hope it's high enough for most cases, but not high enough to break anything...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1920 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
mattmenke 2009-09-26 18:21:57 +00:00
parent c82cb222d7
commit c252b0f4df
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#define BASE_SENSITIVITY (1<<16)
#define FULLY_DOWN (1<<16)
#define DEFAULT_DEADZONE (BASE_SENSITIVITY/0x10)
#define DEFAULT_DEADZONE (BASE_SENSITIVITY * 201/1000)
/* Idea is for this file and the associated cpp file to be Windows independent.
* Still more effort than it's worth to port to Linux, however.