mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +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
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue