From 0a3bc133dd8fc0cf11ecfae460c36e6ee175c0b9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Dec 2016 05:16:48 +0100 Subject: [PATCH] This can be safely removed --- runloop.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/runloop.c b/runloop.c index 7722bd3570..ad574a1616 100644 --- a/runloop.c +++ b/runloop.c @@ -1131,15 +1131,8 @@ int runloop_iterate(unsigned *sleep_ms) RARCH_MENU_CTL_IS_ALIVE, NULL) ? input_menu_keys_pressed() : input_keys_pressed(); uint64_t old_input = last_input; - static char old_core[PATH_MAX_LENGTH] = ""; last_input = current_input; - if (!string_is_equal(old_core, path_get(RARCH_PATH_CORE))) - { - update_firmware_status(); - strlcpy (old_core, path_get(RARCH_PATH_CORE), sizeof(old_core)); - } - if (runloop_frame_time_last_enable) { runloop_frame_time_last = 0;