Fix typo in `DWordWatch.ResetPrevious` (4-byte)
broken since at least migration to Git
This commit is contained in:
parent
6b06d50085
commit
76cf9127d4
|
@ -59,9 +59,7 @@ namespace BizHawk.Client.Common
|
|||
/// Reset the previous value; set it to the current one
|
||||
/// </summary>
|
||||
public override void ResetPrevious()
|
||||
{
|
||||
_previous = GetWord();
|
||||
}
|
||||
=> _previous = GetDWord();
|
||||
|
||||
/// <summary>
|
||||
/// Try to sets the value into the <see cref="MemoryDomain"/>
|
||||
|
|
Loading…
Reference in New Issue