Skip to content

libctru 2.3.0

Compare
Choose a tag to compare
@WinterMute WinterMute released this 28 Oct 20:14
· 5 commits to master since this release
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