From 162ae378821b62c9a1b54e5bb8c728946da8db9a Mon Sep 17 00:00:00 2001 From: Arisotura Date: Wed, 25 Oct 2023 19:53:58 +0200 Subject: [PATCH] get this started --- src/NDS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NDS.h b/src/NDS.h index e81e952b..04e31293 100644 --- a/src/NDS.h +++ b/src/NDS.h @@ -37,6 +37,7 @@ enum Event_LCD = 0, Event_SPU, Event_Wifi, + Event_RTC, Event_DisplayFIFO, Event_ROMTransfer,