mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #1387 from RachelBryk/radius
Change default gcpad radius to 100.
This commit is contained in:
commit
b7cb5b69c4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue