Skip to content

Commit

Permalink
libnx v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Jun 25, 2021
1 parent 0aba35b commit bee27ba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## Version 4.1.3

#### input
* **Removed old deprecated HID API**.

#### network
* Fixed inet_pton implementation.

Several issues were fixed, and usability and stability were improved.

## Version 4.1.2

Several issues were fixed, and usability and stability were improved.

## Version 4.1.1

#### system
* Fixed deadlock issue when multi-threaded services (e.g. filesystem, sockets) are starved of free sessions.

Several issues were fixed, and usability and stability were improved.

## Version 4.1.0

#### system
Expand Down
2 changes: 1 addition & 1 deletion nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules

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


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

0 comments on commit bee27ba

Please sign in to comment.