mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user