diff options
author | neonloop | 2024-04-28 18:15:54 +0000 |
---|---|---|
committer | neonloop | 2024-04-28 18:15:54 +0000 |
commit | 37b61b250508f5afbae4195649841b33a5cd8a3e (patch) | |
tree | 81d4428a6b2b1751cf49f9df485bb31805532ff6 /funkey/fk_instant_play.c | |
parent | 3c56ab512675cf0ef9d5e0f0a69be7e6d1e03481 (diff) | |
download | picoarch-main.tar.gz picoarch-main.tar.bz2 picoarch-main.zip |
Diffstat (limited to 'funkey/fk_instant_play.c')
-rw-r--r-- | funkey/fk_instant_play.c | 1 |
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); |