-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
n64: fix dd rtc skipping december + validity checks to avoid glitchy …
…rtc (#1290) - add more details to the dd time.rtc format as comments for readability - fix dd rtc skipping december entirely (wrong comparison) - I feel really dumb for this one. - add validity checks on every rtc second tick to avoid glitchy rtc time & date - This also avoids the user to be able to skip the time & date error into a glitchy rtc by simply restarting. - add validity check on load if the time is valid or not, if not valid, destroy the rtc info to get the user to input new rtc info
- Loading branch information
1 parent
4537145
commit 8a4bf9d
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters