test google code integrated editor by adding TI-83 DisplayNameForSystem. verdict: fail in firefox

This commit is contained in:
zeromus 2011-01-19 03:39:07 +00:00
parent 49ea0515d8
commit bdbd3ebb8b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
@ -211,6 +211,7 @@ namespace BizHawk.MultiClient
case "PCE": return "TurboGrafx-16";
case "SGX": return "SuperGrafx";
case "GEN": return "Genesis";
case "TI83": return "TI-83";
}
return "";
}