From bce0ea871df743a46ffe641bbe8c13ccea43c900 Mon Sep 17 00:00:00 2001 From: fincs Date: Wed, 27 May 2020 16:52:01 +0200 Subject: [PATCH] libnx v3.3.0 --- Changelog.md | 13 +++++++++++++ nx/Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 200e1ab8..94d8d9d9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,18 @@ # Changelog +## Version 3.3.0 + +#### system +* Mutex implementation has been rewritten/optimized to more closely match official software. + +#### filesystem +* Added lstat support to both fsdev and romfsdev (does the same thing as regular stat, as symlinks don't exist on HOS). +* Fixed stat for romfs directories. + +#### other services +* **ldn: Added service wrappers.** +* nifm: Added IRequest support. + ## Version 3.2.0 #### system diff --git a/nx/Makefile b/nx/Makefile index 7696cadd..8f68ec96 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 3 -export LIBNX_MINOR := 2 +export LIBNX_MINOR := 3 export LIBNX_PATCH := 0