add address
This commit is contained in:
parent
298a0a5c2f
commit
f623285cab
|
@ -35,6 +35,7 @@ namespace BizHawk.MultiClient
|
||||||
void SearchListView_QueryItemText(int item, int subItem, out string text)
|
void SearchListView_QueryItemText(int item, int subItem, out string text)
|
||||||
{
|
{
|
||||||
text = "";
|
text = "";
|
||||||
|
if (subItem == 0) text = searchList[item].address.ToString("x");
|
||||||
if (subItem == 1) text = searchList[item].value.ToString();
|
if (subItem == 1) text = searchList[item].value.ToString();
|
||||||
if (subItem == 3) text = searchList[item].changecount.ToString();
|
if (subItem == 3) text = searchList[item].changecount.ToString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue