Increment g_extern.frame_count after retro_run()

This commit is contained in:
twinaphex 2012-12-14 20:34:57 +01:00
parent dbb962e946
commit 789674c97a
1 changed files with 1 additions and 0 deletions

View File

@ -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)