mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge branch 'fix-real-gcpad-sticks'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user