From 37b61b250508f5afbae4195649841b33a5cd8a3e Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 28 Apr 2024 18:15:54 +0000 Subject: Adds RTC read and write --- funkey/fk_instant_play.c | 1 + 1 file changed, 1 insertion(+) (limited to 'funkey') diff --git a/funkey/fk_instant_play.c b/funkey/fk_instant_play.c index a0d9451..261821b 100644 --- a/funkey/fk_instant_play.c +++ b/funkey/fk_instant_play.c @@ -84,6 +84,7 @@ void FK_Suspend(void) FK_Autosave(); sram_write(); + rtc_write(); save_config(CONFIG_TYPE_AUTO); PA_INFO("Suspending with %s %s %s %s %s\n", SHELL_CMD_INSTANT_PLAY, "save", prog_name, core_path, content->path); -- cgit v1.2.3