diff --git a/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs b/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs index e1c208f315..89258f348d 100644 --- a/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs +++ b/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs @@ -163,6 +163,7 @@ namespace BizHawk.Emulation.Cores.Libretro { _controller = controller; api.CMD_Run(); + timeFrameCounter++; } GCHandle vidBufferHandle;