mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
c82cb222d7
commit
c252b0f4df
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue