From 1c885e419a3759bc717b8c3ec7675656af636a27 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 4 May 2017 21:12:16 -0500 Subject: [PATCH] Libretro - increment frame counter --- BizHawk.Emulation.Cores/Libretro/LibretroCore.cs | 1 + 1 file changed, 1 insertion(+) 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;