Implement TransferPakRTCReader and add a "Print Game Clock" menu option temporarily

This commit is contained in:
Philippe Symons
2025-03-04 13:12:58 +01:00
parent d106863b50
commit a6fb80f8c4
15 changed files with 220 additions and 5 deletions

View File

@@ -116,4 +116,6 @@ void askConfirmationWipeSave(void* context, const void* param);
*/
void resetRTC(void* context, const void* param);
void printClock(void* context, const void* param);
#endif