mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
detect input at 55% to catch silly c-stick range
This commit is contained in:
parent
931a31deca
commit
09d2301fed
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
const float INPUT_DETECT_THRESHOLD = 0.65f;
|
const float INPUT_DETECT_THRESHOLD = 0.55f;
|
||||||
}
|
}
|
||||||
|
|
||||||
ControllerInterface g_controller_interface;
|
ControllerInterface g_controller_interface;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue