We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8747689 commit a6686aeCopy full SHA for a6686ae
2 files changed
Changelog.md
@@ -1,5 +1,19 @@
1
# Changelog
2
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
17
## Version 4.3.0
18
19
#### services
nx/Makefile
@@ -9,7 +9,7 @@ endif
include $(DEVKITPRO)/devkitA64/base_rules
export LIBNX_MAJOR := 4
-export LIBNX_MINOR := 3
+export LIBNX_MINOR := 4
export LIBNX_PATCH := 0
0 commit comments