mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
libnx v4.2.0
This commit is contained in:
parent
c6dcbdfffb
commit
748cf5ab98
25
Changelog.md
25
Changelog.md
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user