libnx v4.1.3

This commit is contained in:
fincs 2021-06-25 19:27:05 +02:00
parent 0aba35b3ed
commit bee27ba607
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60
2 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,26 @@
# Changelog # 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 ## Version 4.1.0
#### system #### system

View File

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