Skip to content

Commit

Permalink
libnx v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Oct 2, 2021
1 parent c6dcbdf commit 748cf5a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 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

#### input
Expand Down
4 changes: 2 additions & 2 deletions nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif
include $(DEVKITPRO)/devkitA64/base_rules

export LIBNX_MAJOR := 4
export LIBNX_MINOR := 1
export LIBNX_PATCH := 3
export LIBNX_MINOR := 2
export LIBNX_PATCH := 0


VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
Expand Down

0 comments on commit 748cf5a

Please sign in to comment.