add address

This commit is contained in:
zeromus 2011-02-20 01:03:37 +00:00
parent 298a0a5c2f
commit f623285cab
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ namespace BizHawk.MultiClient
void SearchListView_QueryItemText(int item, int subItem, out string text)
{
text = "";
if (subItem == 0) text = searchList[item].address.ToString("x");
if (subItem == 1) text = searchList[item].value.ToString();
if (subItem == 3) text = searchList[item].changecount.ToString();
}