Increment g_extern.frame_count after retro_run()
This commit is contained in:
parent
dbb962e946
commit
789674c97a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue