Saturn - oops, 3d shoulder button mids should be 0
This commit is contained in:
parent
278b29a840
commit
0c078a189e
BizHawk.Emulation.Cores/Consoles/Sega/Saturn
|
@ -236,8 +236,8 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
|
|||
|
||||
public ThreeDeeGamepad()
|
||||
{
|
||||
Definition.FloatRanges[2] = new FloatRange(0, 128, 255);
|
||||
Definition.FloatRanges[3] = new FloatRange(0, 128, 255);
|
||||
Definition.FloatRanges[2] = new FloatRange(0, 0, 255);
|
||||
Definition.FloatRanges[3] = new FloatRange(0, 0, 255);
|
||||
}
|
||||
|
||||
public override void Update(IController controller, byte[] dest, int offset)
|
||||
|
|
Loading…
Reference in New Issue