Skip to content

Commit

Permalink
libnx 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 7, 2023
1 parent 8747689 commit a6686ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit a6686ae

Please sign in to comment.