but it wont build until i check this in due to some kind of MemDomainLabel not being checked in
This commit is contained in:
parent
210f77bc64
commit
b0005e19aa
|
@ -271,7 +271,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
string memoryDomain = "Main memory"; //TODO: multiple memory domains
|
string memoryDomain = "Main memory"; //TODO: multiple memory domains
|
||||||
systemID = Global.Emulator.SystemId;
|
systemID = Global.Emulator.SystemId;
|
||||||
MemDomainLabel.Text = systemID + " " + memoryDomain;
|
//MemDomainLabel.Text = systemID + " " + memoryDomain;
|
||||||
}
|
}
|
||||||
|
|
||||||
private Point GetPromptPoint()
|
private Point GetPromptPoint()
|
||||||
|
|
Loading…
Reference in New Issue