Skip to content

Commit 98324d4

Browse files
committed
libctru v2.1.2
1 parent cd78fb0 commit 98324d4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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

519
- FPSCR is now initialized with a predictable value in all threads (including the main thread).

libctru/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 2
1212
export LIBCTRU_MINOR := 1
13-
export LIBCTRU_PATCH := 1
13+
export LIBCTRU_PATCH := 2
1414

1515

1616
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)

0 commit comments

Comments
 (0)