IvanVeloz / ndsntp

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

Make the coreSNTP port YK38 compliant #14

Open IvanVeloz opened 2 months ago

IvanVeloz commented 2 months ago

The current coreSNTP port is not YK38 compliant. The reason for it is that it's relying on Sntp_ConvertToUnixTime which only handles 32 bit timestamps. The solution is to reimplement this function with 64 bit timestamps.