mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Merge branch 'fix-real-gcpad-sticks'
This commit is contained in:
commit
b44918d1ed
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.55f;
|
||||||
|
}
|
||||||
|
|
||||||
ControllerInterface g_controller_interface;
|
ControllerInterface g_controller_interface;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue