devkitA64 release 10 and devkitARM release 49
Posted: Tue Jun 12, 2018 7:32 pm
Both devkitARM release 49 and devkitA64 release 10 are now available via pacman. Use sudo (dkp-)pacman -Syu to update or sudo (dkp-)pacman -S devkitARM devkitA64 to install.
These are also available in the docker images at https://hub.docker.com/u/devkitpro/
With thanks to exjam for patches and inspiration.
These are also available in the docker images at https://hub.docker.com/u/devkitpro/
- Added clock functions and enabled std::chrono support.
- Added hook for nanosleep, implementing usleep & sleep from there.
- enabled std::filesystem support.
- Implement aligned_alloc.
- Implement scandir.
With thanks to exjam for patches and inspiration.