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.
This commit is contained in:
majorpbx 2021-09-26 16:14:03 -04:00 committed by GitHub
parent 12b6fd29d5
commit 2492f7f3ae

View File

@ -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