BytWatch ValueString property fix

Call GetByte() instead of _value field (like other watches)
This commit is contained in:
Hathor86 2015-12-10 10:25:45 +01:00
parent 938b0a63de
commit 21e25555d0
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ namespace BizHawk.Client.Common
{
get
{
return FormatValue(_value);
return FormatValue(GetByte());
}
}