Skip to content

Version 1.15.4

Choose a tag to compare

@AntonioND AntonioND released this 19 Oct 12:41
· 491 commits to master since this release
  • libnds:

    • glTranslate3f32() has been converted from a define to a static inline function. The define could cause issues if someone was creating a C++ wrapper with the same name, for example.
  • DSWiFi:

    • Don't crash on an assert() when sending fragmented lwIP packets.
  • SDK:

    • Support unusual main() prototypes with 3 arguments instead of two. The third argument is set to NULL.