Merge pull request #1387 from RachelBryk/radius
Change default gcpad radius to 100.
This commit is contained in:
commit
b7cb5b69c4
|
@ -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[] =
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue