This commit is contained in:
Sergio Martin 2025-03-19 19:35:56 +01:00
parent af205a81e2
commit adbb2189f3
1 changed files with 1 additions and 1 deletions

View File

@ -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)