File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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**
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 := 0
13+ export LIBCTRU_PATCH := 1
1414
1515
1616VERSION := $(LIBCTRU_MAJOR ) .$(LIBCTRU_MINOR ) .$(LIBCTRU_PATCH )
You can’t perform that action at this time.
0 commit comments