Fix so main form text field displayed Atari 2600 on atari games. Remove "Hawk" that I added earlier.

This commit is contained in:
adelikat 2012-03-30 12:26:36 +00:00
parent 52fd33153a
commit 00d25b2355
1 changed files with 58 additions and 56 deletions

View File

@ -812,7 +812,8 @@ namespace BizHawk.MultiClient
else
StartNewMovie(m, false);
Global.RenderPanel.AddMessage(warningMsg);
} else
}
else
LoadRom(filePaths[0]);
}
@ -839,8 +840,9 @@ namespace BizHawk.MultiClient
case "TI83": str += "TI-83"; break;
case "NES": str += "NES"; break;
case "GB": str += "Game Boy"; break;
case "A26": str += "Atari 2600"; break;
}
str += "Hawk";
if (INTERIM) str += " (interim)";
return str;
}