Skip to content

Commit

Permalink
libctru v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Feb 9, 2023
1 parent cd78fb0 commit 98324d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Version 2.1.2

- Added cdc:CHK service wrappers
- Added support for `clock_gettime` (#495)
- svc: Fixed svcGetDmaState writing out-of-bounds data
- svc: Changed svcCreateCodeSet address parameters to pointer-sized integers, improve documentation
- fspxi: Fixed FSPXI_CreateFile and FSPXI_WriteFile (#496)
- ndsp: Added various ndspGet\* and ndspChnGet\* methods (#505, #506, #507)
- ir: Added IRU_GetSend/RecvFinishedEvent (#513)
- errf: Added ERRF_SetUserString and clarify documentation
- mcuhwc: Added mcuHwcGetSessionHandle
- apt: Fixed dirty homebrew chainload bug (used when Home Menu hasn't been started)
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 2.1.1

- FPSCR is now initialized with a predictable value in all threads (including the main thread).
Expand Down
2 changes: 1 addition & 1 deletion libctru/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules

export LIBCTRU_MAJOR := 2
export LIBCTRU_MINOR := 1
export LIBCTRU_PATCH := 1
export LIBCTRU_PATCH := 2


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

0 comments on commit 98324d4

Please sign in to comment.