File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
1010
1111export LIBCTRU_MAJOR := 2
1212export LIBCTRU_MINOR := 1
13- export LIBCTRU_PATCH := 1
13+ export LIBCTRU_PATCH := 2
1414
1515
1616VERSION := $(LIBCTRU_MAJOR ) .$(LIBCTRU_MINOR ) .$(LIBCTRU_PATCH )
You can’t perform that action at this time.
0 commit comments