From 76cf9127d49b37caad5c3e5674b596d071a88024 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 26 Mar 2025 04:04:38 +1000 Subject: [PATCH] Fix typo in `DWordWatch.ResetPrevious` (4-byte) broken since at least migration to Git --- src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs index d9fd42396e..f64bd59639 100644 --- a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs @@ -59,9 +59,7 @@ namespace BizHawk.Client.Common /// Reset the previous value; set it to the current one /// public override void ResetPrevious() - { - _previous = GetWord(); - } + => _previous = GetDWord(); /// /// Try to sets the value into the