fix #460
This commit is contained in:
parent
12479cbc25
commit
5173541730
|
@ -45,7 +45,7 @@ namespace BizHawk.Client.Common
|
|||
return le
|
||||
.Replace(".", " ")
|
||||
.Replace("|", "")
|
||||
.Replace(" 0, 0,", " ");
|
||||
.Replace(" 0,", " "); //zero 04-aug-2015 - changed from a 2-dimensional type string to support emptying out the one-dimensional PSX disc select control
|
||||
}
|
||||
|
||||
public bool IsEmpty
|
||||
|
|
Loading…
Reference in New Issue