Inline value that was public for some reason

This commit is contained in:
YoshiRulz 2020-06-15 05:12:14 +10:00
parent dbeb279bf0
commit 99a5563490
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ using System.Drawing;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Sony.PSX;
using static BizHawk.Emulation.Common.ControllerDefinition;
namespace BizHawk.Client.EmuHawk
{
[Schema("PSX")]
@ -45,7 +47,7 @@ namespace BizHawk.Client.EmuHawk
private static PadSchema DualShockController(int controller)
{
var stickRanges = Octoshock.DualShockStickRanges;
var stickRanges = CreateAxisRangePair(0, 128, 255, AxisPairOrientation.RightAndDown);
return new PadSchema
{
Size = new Size(500, 290),