Debugger - fix display of registers when register setting isn't available
This commit is contained in:
parent
0f97dbb017
commit
2a771791d0
|
@ -164,7 +164,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.Controls.Add(new Label
|
||||
{
|
||||
Name = register.Key,
|
||||
Text = register.Value.ToString(),
|
||||
Text = register.Value.Value.ToString(),
|
||||
Width = 45,
|
||||
Location = new Point(40, y)
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue