BytWatch ValueString property fix
Call GetByte() instead of _value field (like other watches)
This commit is contained in:
parent
938b0a63de
commit
21e25555d0
|
@ -288,7 +288,7 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
get
|
||||
{
|
||||
return FormatValue(_value);
|
||||
return FormatValue(GetByte());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue