N64: Fix minAnalogX and minAnalogY values

D and L boolean inputs for the analog stick were one unit short of full
range
This commit is contained in:
Isotarge 2017-08-09 01:23:44 +09:30
parent 171022529d
commit ffe051ab26
1 changed files with 2 additions and 2 deletions

View File

@ -73,9 +73,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
}
private const sbyte _maxAnalogX = 127;
private const sbyte _minAnalogX = -127;
private const sbyte _minAnalogX = -128;
private const sbyte _maxAnalogY = 127;
private const sbyte _minAnalogY = -127;
private const sbyte _minAnalogY = -128;
/// <summary>
/// Translates controller input from EmuHawk into