From 70ff0a62f38c8fb8904731de854f533bacf8914c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 27 Aug 2015 15:00:48 +0200 Subject: [PATCH] N/A --- runloop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/runloop.c b/runloop.c index 23b8fccf97..c40f42afd2 100644 --- a/runloop.c +++ b/runloop.c @@ -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();