asiekierka / uxnds

NDS/3DS fork/port of the uxn/Varvara virtual machine
MIT License
150 stars 5 forks source link

Clock doesn't keep ticking #3

Closed DeltaF1 closed 2 years ago

DeltaF1 commented 3 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?

neauoire commented 2 years ago

Any update on this?

asiekierka commented 2 years ago

Might be fixed in uxnds 0.3.4.

DeltaF1 commented 2 years ago

Works on my DSL :)