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:
parent
91c4b0c40b
commit
c5fc3dd80f
|
@ -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