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)