mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-29 08:12:40 +02:00
libnx v4.1.3
This commit is contained in:
parent
0aba35b3ed
commit
bee27ba607
21
Changelog.md
21
Changelog.md
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user