mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +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"
|
#include "Thread.h"
|
||||||
|
|
||||||
#define INPUT_DETECT_THRESHOLD 0.85f
|
namespace
|
||||||
|
{
|
||||||
|
const float INPUT_DETECT_THRESHOLD = 0.65f;
|
||||||
|
}
|
||||||
|
|
||||||
ControllerInterface g_controller_interface;
|
ControllerInterface g_controller_interface;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue