Merge pull request #1387 from RachelBryk/radius

Change default gcpad radius to 100.
This commit is contained in:
comex 2014-10-25 16:46:06 -04:00
commit b7cb5b69c4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "Core/HW/GCPadEmu.h" #include "Core/HW/GCPadEmu.h"
// TODO: Move to header file when VS supports constexpr. // 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[] = const u16 button_bitmasks[] =
{ {