GBA_RTCRead icon indicating copy to clipboard operation
GBA_RTCRead copied to clipboard

Fixing leap year issue

Open matteron opened this issue 4 years ago • 1 comments

Figured I'd just go ahead and do this. I got the toolchain all set up if you need me to build another release.

matteron avatar Apr 10 '21 19:04 matteron

The fix is indeed very easy. The problem is that I don't fully trust current versions of DevkitPro for GBA and NDS to replicate the exact functionality as intended. There are many historical remarks of things breaking hard.

My suggestion is to find a suitable toolset that were used around the time the original tools were made, to ensure full compatibility.

Unless you can do very extensive tests using current toolsets to ensure nothing breaks, specially when we are dealing with code that could damage hardware if used improperly. The issue is so very minor that don't justify risking others hardware at all.

Feel free to provide updated binaries in your repo, if you are really that annoyed by the issue.

megaboyexe avatar Apr 24 '21 16:04 megaboyexe