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 --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 1408a46..3637b59 100644 --- a/main.c +++ b/main.c @@ -389,6 +389,7 @@ static void perform_emu_action(void) { case EACTION_MENU: toggle_fast_forward(1); /* Force FF off */ sram_write(); + rtc_write(); in_menu = true; #if defined(MMENU) if (mmenu && content && strlen(content->path)) { -- cgit v1.2.3