mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
detect input at 55% to catch silly c-stick range
This commit is contained in:
parent
931a31deca
commit
09d2301fed
@ -20,7 +20,7 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
const float INPUT_DETECT_THRESHOLD = 0.65f;
|
||||
const float INPUT_DETECT_THRESHOLD = 0.55f;
|
||||
}
|
||||
|
||||
ControllerInterface g_controller_interface;
|
||||
|
Loading…
Reference in New Issue
Block a user