From bb1491db3b0b5e9fbdad9415d584b03da84628ca Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Wed, 19 Mar 2025 19:28:19 +0100 Subject: [PATCH] Reverting unnecessary change --- src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs index e6793115a2..0d39e7b362 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs @@ -122,7 +122,7 @@ namespace BizHawk.Emulation.Cores.Waterbox private WaterboxMemoryDomain[] _saveramAreas; private int _saveramSize; - public virtual unsafe bool SaveRamModified + public unsafe bool SaveRamModified { get {