From adbb2189f32b17e180810771d14db838364cbf5f Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Wed, 19 Mar 2025 19:35:56 +0100 Subject: [PATCH] fix --- 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 8acc9bf4d3..ca296ec40c 100644 --- a/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs +++ b/src/BizHawk.Emulation.Cores/Waterbox/WaterboxCore.cs @@ -197,7 +197,7 @@ namespace BizHawk.Emulation.Cores.Waterbox } protected abstract LibWaterboxCore.FrameInfo FrameAdvancePrep(IController controller, bool render, bool rendersound); - protected void FrameAdvancePost() + protected virtual void FrameAdvancePost() { } public unsafe bool FrameAdvance(IController controller, bool render, bool rendersound = true)