Skip to content

Releases: devkitPro/libctru

v2.7.0

Choose a tag to compare

@WinterMute WinterMute released this 19 Feb 17:23
36fe1ad

What's Changed

New Contributors

v2.6.2

Choose a tag to compare

@WinterMute WinterMute released this 26 Jun 09:01
04d3b09

What's Changed

libctru 2.6.1

Choose a tag to compare

@WinterMute WinterMute released this 20 Jun 15:33
879391b

minor fix for 1-based console co-ordinates

As always, recommended and supported installation for all our releases is via devkitPro pacman

libctru 2.6.0

Choose a tag to compare

@WinterMute WinterMute released this 20 Jun 15:32

As always, recommended and supported installation for all our releases is via devkitPro pacman

What's Changed

libctru 2.5.0

Choose a tag to compare

@WinterMute WinterMute released this 11 May 08:23

As always, recommended and supported installation for all our releases is via devkitPro pacman

What's Changed

New Contributors

v2.4.1

Choose a tag to compare

@WinterMute WinterMute released this 03 Nov 20:41
088d236

What's Changed

Recommended and supported installation for all our releases is via devkitPro pacman

libctru v2.4.0

Choose a tag to compare

@fincs fincs released this 16 Sep 22:12
a88b5af
  • Added full support for all QTM services, with extensive documentation and technical details in qtm.h and qtmc.h (breaking change); examples have been updated for this
  • Added MCUHWC_SetInfoLedPattern
  • Added ndspChnGetFormat
  • Fixed PTMSYSM_CheckNew3DS
  • Fixed NDMU_QueryStatus
  • Fixed a few service commands improperly deserializing boolean output
  • Fixed documentation of ACU_GetWifiStatus and ACU_SetAllowApType
  • Fixed shaderInstanceInit to initialize all fields
  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

libctru 2.3.1

Choose a tag to compare

@WinterMute WinterMute released this 05 Nov 11:45
8a877e5
  • remove 3dstypes.h include from poll.h
  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

libctru 2.3.0

Choose a tag to compare

@WinterMute WinterMute released this 28 Oct 20:14
bf4a24a
  • Fix typo in docs by @DeltaF1 in #525
  • Add GPU_DOT3_RGBA texture combiner function by @oreo639 in #528
  • FSUSER_GetLegacyBannerData: Fix documentation typo by @Tekito-256 in #526
  • Add CTR_ prefix to ALIGN,PACKED,DEPRECATED macros by @glebm in #532
  • Buffer console control sequences by @piepie62 in #522
  • Prevent CPU from postponing threadOnException memory writes
  • Add SSID-related ac:i functions
    • ACI_LoadNetworkSetting, ACI_GetNetworkWirelessEssidSecuritySsid and acGetSessionHandle.
  • Prevent double call of destructors on exit.
  • Added experimental support for standard threading APIs (pthread, C threads, C++ std::thread)
  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

New Contributors

libctru 2.2.2

Choose a tag to compare

@WinterMute WinterMute released this 28 Oct 18:58
a9a9d9a
  • archive_dev: Ensure path seperator for local path by @oreo639 in #524