test google code integrated editor by adding TI-83 DisplayNameForSystem. verdict: fail in firefox
This commit is contained in:
parent
49ea0515d8
commit
bdbd3ebb8b
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Drawing.Imaging;
|
using System.Drawing.Imaging;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -211,6 +211,7 @@ namespace BizHawk.MultiClient
|
||||||
case "PCE": return "TurboGrafx-16";
|
case "PCE": return "TurboGrafx-16";
|
||||||
case "SGX": return "SuperGrafx";
|
case "SGX": return "SuperGrafx";
|
||||||
case "GEN": return "Genesis";
|
case "GEN": return "Genesis";
|
||||||
|
case "TI83": return "TI-83";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue