minimig: support for shared folder.

This commit is contained in:
sorgelig
2020-06-29 08:19:25 +08:00
parent 4b6a27750e
commit 1f9935d080
8 changed files with 1157 additions and 2 deletions

View File

@@ -2165,13 +2165,14 @@ void user_io_poll()
}
}
if (!rtc_timer || CheckTimer(rtc_timer))
{
// Update once per minute should be enough
rtc_timer = GetTimer(60000);
send_rtc(1);
}
minimig_share_poll();
}
if (core_type == CORE_TYPE_8BIT && !is_menu())