Libretro - increment frame counter
This commit is contained in:
parent
f31f3af0c8
commit
1c885e419a
|
@ -163,6 +163,7 @@ namespace BizHawk.Emulation.Cores.Libretro
|
|||
{
|
||||
_controller = controller;
|
||||
api.CMD_Run();
|
||||
timeFrameCounter++;
|
||||
}
|
||||
|
||||
GCHandle vidBufferHandle;
|
||||
|
|
Loading…
Reference in New Issue