libctru v2.0.1
This commit is contained in:
parent
dcf83900b9
commit
e996cef24d
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## Version 2.0.1
|
||||
|
||||
- Added CFG_SystemModel enum.
|
||||
- Fixed bug in condvar code.
|
||||
- Fixed bug in srvpm code.
|
||||
- Fixed const correctness issues in gspgpu code.
|
||||
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.
|
||||
|
||||
## Version 2.0.0
|
||||
|
||||
**This is a major release. Many essential components have been overhauled, although breaking changes are minimal and only affect rarely used functionality.**
|
||||
|
@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
|
||||
|
||||
export LIBCTRU_MAJOR := 2
|
||||
export LIBCTRU_MINOR := 0
|
||||
export LIBCTRU_PATCH := 0
|
||||
export LIBCTRU_PATCH := 1
|
||||
|
||||
|
||||
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user