Fix typo in `DWordWatch.ResetPrevious` (4-byte)

broken since at least migration to Git
This commit is contained in:
YoshiRulz 2025-03-26 04:04:38 +10:00
parent 6b06d50085
commit 76cf9127d4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

@ -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"/>