From 789674c97a16981a356bb884f6cacc2827743c06 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 14 Dec 2012 20:34:57 +0100 Subject: [PATCH] Increment g_extern.frame_count after retro_run() --- retroarch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/retroarch.c b/retroarch.c index 40d867ddf8..5460ae5b2c 100644 --- a/retroarch.c +++ b/retroarch.c @@ -2785,6 +2785,7 @@ bool rarch_main_iterate(void) #endif pretro_run(); + g_extern.frame_count++; #ifdef HAVE_BSV_MOVIE if (g_extern.bsv.movie)