mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Untested attempt to fix real gcpad sticks not being detected by the input configuration dialogs.
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user