Skip to content

Commit

Permalink
libctru v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Sep 16, 2024
1 parent 8e55cdf commit a88b5af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Version 2.4.0

- **Added full support of 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.

## Version 2.3.0

- Fix typo in docs by @DeltaF1 in https://github.com/devkitPro/libctru/pull/525
Expand Down
4 changes: 2 additions & 2 deletions libctru/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif
include $(DEVKITARM)/base_rules

export LIBCTRU_MAJOR := 2
export LIBCTRU_MINOR := 2
export LIBCTRU_PATCH := 2
export LIBCTRU_MINOR := 4
export LIBCTRU_PATCH := 0


VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)
Expand Down

0 comments on commit a88b5af

Please sign in to comment.