Skip to content

Commit a6686ae

Browse files
committed
libnx 4.4.0
1 parent 8747689 commit a6686ae

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## Version 4.4.0
4+
5+
#### services
6+
* applet: add appletGetMessageEvent
7+
* usbcomms: add async API
8+
* usbcomms: expose VID:PID configuration
9+
10+
#### miscellaneous
11+
12+
* correct problems revealed by gcc 13
13+
* mitigate race condition bug in nvservices
14+
15+
**Several issues were fixed, and usability and stability were improved.**
16+
317
## Version 4.3.0
418

519
#### services

nx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
include $(DEVKITPRO)/devkitA64/base_rules
1010

1111
export LIBNX_MAJOR := 4
12-
export LIBNX_MINOR := 3
12+
export LIBNX_MINOR := 4
1313
export LIBNX_PATCH := 0
1414

1515

0 commit comments

Comments
 (0)