Unclaimed project
Are you a maintainer of libctru? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
libctru
Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)
Back to changelogNew
libctru 2.5.0
As always, recommended and supported installation for all our releases is via devkitPro pacman
What's Changed
- [GPU] Initialize interrupt queue header to 0 by @kynex7510 in https://github.com/devkitPro/libctru/pull/554
- Return the full length of
sockaddr_in in socket functions with in/out addrlen by @Meziu in https://github.com/devkitPro/libctru/pull/550
- apt: Add aptLaunchSystemApplet by @DaniElectra in https://github.com/devkitPro/libctru/pull/557
- fix: Sleep and wake up dsp when calling a system applet by @Sorunome in https://github.com/devkitPro/libctru/pull/562
- Implement ACT, finalize FRD implementation, fix Mii struct by @ZeroSkill1 in https://github.com/devkitPro/libctru/pull/558
- acu: Added GetProxyHost by @R-YaTian in https://github.com/devkitPro/libctru/pull/559
- Include act header in 3ds.h by @joel16 in https://github.com/devkitPro/libctru/pull/566
- ptm: Add some api related to play/step history by @R-YaTian in https://github.com/devkitPro/libctru/pull/564
Fix double newline bug by @Golem642 in https://github.com/devkitPro/libctru/pull/561Fix ANSI escape color codes by @Golem642 in https://github.com/devkitPro/libctru/pull/570Implemented mvdstdCalculateBufferSize() by @Core-2-Extreme in https://github.com/devkitPro/libctru/pull/569avoid reserved keyword operator in ACTA_ReserveTransfer by @ZeroSkill1 in https://github.com/devkitPro/libctru/pull/571Fixed memcpy size for MVDSTD_CalculateWorkBufSize() by @Core-2-Extreme in https://github.com/devkitPro/libctru/pull/572Return the full length of sockaddr_in in getaddrinfo by @DCNick3 in https://github.com/devkitPro/libctru/pull/565New Contributors
- @Meziu made their first contribution in https://github.com/devkitPro/libctru/pull/550
- @DaniElectra made their first contribution in https://github.com/devkitPro/libctru/pull/557
- @Sorunome made their first contribution in https://github.com/devkitPro/libctru/pull/562
- @R-YaTian made their first contribution in https://github.com/devkitPro/libctru/pull/559
- @Golem642 made their first contribution in https://github.com/devkitPro/libctru/pull/561
- @Core-2-Extreme made their first contribution in https://github.com/devkitPro/libctru/pull/569
- @DCNick3 made their first contribution in https://github.com/devkitPro/libctru/pull/565