mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
This can be safely removed
This commit is contained in:
parent
6f05fe0ff5
commit
0a3bc133dd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user