libnx v4.2.0

This commit is contained in:
fincs 2021-10-02 16:35:23 +02:00
parent c6dcbdfffb
commit 748cf5ab98
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60
2 changed files with 27 additions and 2 deletions

View File

@ -1,5 +1,30 @@
# Changelog # Changelog
## Version 4.2.0
#### system
* Added new SVCs introduced in [13.0.0+].
* Thread structures are now pre-populated with information prior to creation.
#### input
* hidsys: Added support for [13.0.0+].
* hiddbg: Added support for [13.0.0+].
#### graphics
* Fixed crashes caused by arbitrary sizes in linear framebuffers.
#### other
* ncm: Added support for [13.0.0+].
* setsys: Added support for [13.0.0+].
* Filled in SetSysNxControllerSettings structure definition (which was previously unpopulated).
* btm: Added support for [13.0.0+].
* btdrv: Added support for [13.0.0+].
* Fixed btdrvRespondToSspRequest for [12.0.0+].
* psel: Added support for [13.0.0+] (pselShowUserQualificationPromoter).
* Corrected ldr:ro/ro:1 initialization.
Several issues were fixed, and usability and stability were improved.
## Version 4.1.3 ## Version 4.1.3
#### input #### input

View File

@ -9,8 +9,8 @@ endif
include $(DEVKITPRO)/devkitA64/base_rules include $(DEVKITPRO)/devkitA64/base_rules
export LIBNX_MAJOR := 4 export LIBNX_MAJOR := 4
export LIBNX_MINOR := 1 export LIBNX_MINOR := 2
export LIBNX_PATCH := 3 export LIBNX_PATCH := 0
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH) VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)