This commit is contained in:
twinaphex 2015-08-27 15:00:48 +02:00
parent fdd1d3ee9f
commit 70ff0a62f3

View File

@ -1129,7 +1129,6 @@ int rarch_main_iterate(unsigned *sleep_ms)
if ((settings->video.frame_delay > 0) && !driver->nonblock_state)
rarch_sleep(settings->video.frame_delay);
/* Run libretro for one frame. */
pretro_run();