Closed DeltaF1 closed 2 years ago
The datetime device gets the correct time when the program starts, but then doesn't update the time afterwards.
Running on melonDS produces the following status message on boot:
RTC INTERRUPT ON: 41
libdns ties the real time clock update to the network interrupt handler. Is it possible that that's being overwritten/disabled somewhere in your code?
Any update on this?
Might be fixed in uxnds 0.3.4.
Works on my DSL :)
The datetime device gets the correct time when the program starts, but then doesn't update the time afterwards.
Running on melonDS produces the following status message on boot:
libdns ties the real time clock update to the network interrupt handler. Is it possible that that's being overwritten/disabled somewhere in your code?