libnx v3.3.0

This commit is contained in:
fincs 2020-05-27 16:52:01 +02:00
parent db795f42ad
commit bce0ea871d
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60
2 changed files with 14 additions and 1 deletions

View File

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

View File

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