From 2492f7f3ae32b0ea967debc5c0718f9632abcc2c Mon Sep 17 00:00:00 2001 From: majorpbx <18235905+majorpbx@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:14:03 -0400 Subject: [PATCH] Update options.h Added definition for RTC_installed and left it default disabled. Enabling will not hurt anything but without an RTC it will be pointless. --- Cart_Reader/options.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cart_Reader/options.h b/Cart_Reader/options.h index 36daa8f..36ea8a3 100644 --- a/Cart_Reader/options.h +++ b/Cart_Reader/options.h @@ -42,3 +42,7 @@ // saves a n64log.txt file with rom info in /N64/ROM #define savesummarytotxt + +// Setup RTC if installed. +// remove // if you have an RTC installed +// #define RTC_installed