Ram WAtch - fix to output on the copy feature of last commit

This commit is contained in:
adelikat 2013-03-17 15:23:53 +00:00
parent 0196ea4cda
commit 4a0a9e4b05
1 changed files with 2 additions and 2 deletions

View File

@ -1649,9 +1649,9 @@ namespace BizHawk.MultiClient
default:
return "";
case "address":
return Watches[watch_index].Address.ToString();
return Watches[watch_index].Address.ToString(addressFormatStr);
case "value":
return Watches[watch_index].Value.ToString();
return Watches[watch_index].ValueString;
case "prev":
switch (Global.Config.RamWatchPrev_Type)
{