mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
Untested attempt to fix real gcpad sticks not being detected by the input configuration dialogs.
This commit is contained in:
parent
c0dd84cf7d
commit
931a31deca
@ -18,7 +18,10 @@
|
||||
|
||||
#include "Thread.h"
|
||||
|
||||
#define INPUT_DETECT_THRESHOLD 0.85f
|
||||
namespace
|
||||
{
|
||||
const float INPUT_DETECT_THRESHOLD = 0.65f;
|
||||
}
|
||||
|
||||
ControllerInterface g_controller_interface;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user