From c5fc3dd80f401bf40f08cd23693f040527c0d630 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Fri, 24 Oct 2014 15:06:28 -0400 Subject: [PATCH] Change default gcpad radius to 100. Official gc controllers need it to be 100 to work properly, and it is better to have it set too high than too low. See issue 7762. --- Source/Core/Core/HW/GCPadEmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/HW/GCPadEmu.cpp b/Source/Core/Core/HW/GCPadEmu.cpp index 2619cacf15..89d7d8dbfa 100644 --- a/Source/Core/Core/HW/GCPadEmu.cpp +++ b/Source/Core/Core/HW/GCPadEmu.cpp @@ -6,7 +6,7 @@ #include "Core/HW/GCPadEmu.h" // TODO: Move to header file when VS supports constexpr. -const ControlState GCPad::DEFAULT_PAD_STICK_RADIUS = 0.7f; +const ControlState GCPad::DEFAULT_PAD_STICK_RADIUS = 1.0; const u16 button_bitmasks[] = {