Skip to content

Commit

Permalink
libctru v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed May 22, 2022
1 parent b76a245 commit d4e08aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 2.1.1

- FPSCR is now initialized with a predictable value in all threads (including the main thread).
- Added gspGetSessionHandle and gspLcdGetSessionHandle.
- Fixed bugs related to uninitialized data in srv/errf service wrappers.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 2.1.0

**The #define for the 3DS platform has been changed to `__3DS__` (previously it was `_3DS`) - please update your Makefiles and your code**
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 := 0
export LIBCTRU_PATCH := 1


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

0 comments on commit d4e08aa

Please sign in to comment.