aboutsummaryrefslogtreecommitdiff
path: root/funkey
diff options
context:
space:
mode:
authorneonloop2024-04-28 18:15:54 +0000
committerneonloop2024-04-28 18:15:54 +0000
commit37b61b250508f5afbae4195649841b33a5cd8a3e (patch)
tree81d4428a6b2b1751cf49f9df485bb31805532ff6 /funkey
parent3c56ab512675cf0ef9d5e0f0a69be7e6d1e03481 (diff)
downloadpicoarch-main.tar.gz
picoarch-main.tar.bz2
picoarch-main.zip
Adds RTC read and writeHEADmain
Diffstat (limited to 'funkey')
-rw-r--r--funkey/fk_instant_play.c1
1 files changed, 1 insertions, 0 deletions
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);