Skip to content

Commit d4e08aa

Browse files
committed
libctru v2.1.1
1 parent b76a245 commit d4e08aa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changelog.md

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

3+
## Version 2.1.1
4+
5+
- FPSCR is now initialized with a predictable value in all threads (including the main thread).
6+
- Added gspGetSessionHandle and gspLcdGetSessionHandle.
7+
- Fixed bugs related to uninitialized data in srv/errf service wrappers.
8+
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
9+
310
## Version 2.1.0
411

512
**The #define for the 3DS platform has been changed to `__3DS__` (previously it was `_3DS`) - please update your Makefiles and your code**

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 := 0
13+
export LIBCTRU_PATCH := 1
1414

1515

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

0 commit comments

Comments
 (0)