diff options
| author | Rachel Bryk <RachelBryk@gmail.com> | 2014-10-24 15:06:28 -0400 |
|---|---|---|
| committer | Rachel Bryk <RachelBryk@gmail.com> | 2014-10-24 15:35:44 -0400 |
| commit | c5fc3dd80f401bf40f08cd23693f040527c0d630 (patch) | |
| tree | 8262b43f96bc66d2f7ea978167eccc33eac41c44 /Source/Core | |
| parent | 91c4b0c40b877b36a13be766be5a302ee6c40bab (diff) | |
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.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/HW/GCPadEmu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |
