From f91becbef8c046dec4812daab0c820458c396150 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 28 Mar 2012 23:11:43 +0000 Subject: [PATCH] Show hawk name on main window instead of console. --- BizHawk.MultiClient/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index cdb62fca44..dc20355a3b 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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; }