remember that not every platform has analog controls
This commit is contained in:
parent
a8dde12c1f
commit
a413f524c9
|
@ -41,8 +41,10 @@ namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
string neutral = _source.Type.FloatRanges[0].Mid.ToString().PadLeft(5, ' ') + ',';
|
string neutral = " 0,";
|
||||||
|
if (_source.Type.FloatRanges.Count > 0)
|
||||||
|
neutral = _source.Type.FloatRanges[0].Mid.ToString().PadLeft(5, ' ') + ',';
|
||||||
return le
|
return le
|
||||||
.Replace(".", " ")
|
.Replace(".", " ")
|
||||||
.Replace("|", "")
|
.Replace("|", "")
|
||||||
|
|
Loading…
Reference in New Issue