mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
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"
|
#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[] =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user