libnx 4.4.0

This commit is contained in:
Dave Murphy 2023-05-07 03:18:32 +01:00
parent 8747689be1
commit a6686ae27a
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## Version 4.4.0
#### services
* applet: add appletGetMessageEvent
* usbcomms: add async API
* usbcomms: expose VID:PID configuration
#### miscellaneous
* correct problems revealed by gcc 13
* mitigate race condition bug in nvservices
**Several issues were fixed, and usability and stability were improved.**
## Version 4.3.0
#### services

View File

@ -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