Show hawk name on main window instead of console.

This commit is contained in:
adelikat 2012-03-28 23:11:43 +00:00
parent ca7d5d9131
commit f91becbef8
1 changed files with 1 additions and 0 deletions

View File

@ -840,6 +840,7 @@ namespace BizHawk.MultiClient
case "NES": str += "NES"; break;
case "GB": str += "Game Boy"; break;
}
str += "Hawk";
if (INTERIM) str += " (interim)";
return str;
}