mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 00:58:51 +02:00
detect input at 55% to catch silly c-stick range
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user