but it wont build until i check this in due to some kind of MemDomainLabel not being checked in

This commit is contained in:
zeromus 2011-02-20 00:50:32 +00:00
parent 210f77bc64
commit b0005e19aa
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ namespace BizHawk.MultiClient
{
string memoryDomain = "Main memory"; //TODO: multiple memory domains
systemID = Global.Emulator.SystemId;
MemDomainLabel.Text = systemID + " " + memoryDomain;
//MemDomainLabel.Text = systemID + " " + memoryDomain;
}
private Point GetPromptPoint()