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.
This commit is contained in:
Rachel Bryk 2014-10-24 15:06:28 -04:00
parent 91c4b0c40b
commit c5fc3dd80f
1 changed files with 1 additions and 1 deletions

View File

@ -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[] =
{