IvanVeloz / ndsntp

NTP client for the Nintendo DS
MIT License
4 stars 0 forks source link

Implement storing timezone setting #11

Open IvanVeloz opened 2 months ago

IvanVeloz commented 2 months ago

After completing issue #10, implement storing that setting on a file on the console’s SD card. The file should be on a subfolder called ndsntp on the same path as the application (use arg[] to figure it out), or else on a default path that follows homebrew convention (TBD).

IvanVeloz commented 2 months ago

Also would be nice to research if there is an unused piece of non-volatile memory of the RTC or BIOS that we could use for this, if it’s safe.