mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge branch 'fix-real-gcpad-sticks'
This commit is contained in:
commit
b44918d1ed
@ -18,7 +18,10 @@
|
||||
|
||||
#include "Thread.h"
|
||||
|
||||
#define INPUT_DETECT_THRESHOLD 0.85f
|
||||
namespace
|
||||
{
|
||||
const float INPUT_DETECT_THRESHOLD = 0.55f;
|
||||
}
|
||||
|
||||
ControllerInterface g_controller_interface;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user