Show hawk name on main window instead of console.
This commit is contained in:
parent
ca7d5d9131
commit
f91becbef8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue