Libretro - increment frame counter

This commit is contained in:
adelikat 2017-05-04 21:12:16 -05:00
parent f31f3af0c8
commit 1c885e419a
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ namespace BizHawk.Emulation.Cores.Libretro
{
_controller = controller;
api.CMD_Run();
timeFrameCounter++;
}
GCHandle vidBufferHandle;