mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
libnx v3.3.0
This commit is contained in:
parent
db795f42ad
commit
bce0ea871d
13
Changelog.md
13
Changelog.md
@ -1,5 +1,18 @@
|
|||||||
# Changelog
|
# 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
|
## Version 3.2.0
|
||||||
|
|
||||||
#### system
|
#### system
|
||||||
|
@ -9,7 +9,7 @@ endif
|
|||||||
include $(DEVKITPRO)/devkitA64/base_rules
|
include $(DEVKITPRO)/devkitA64/base_rules
|
||||||
|
|
||||||
export LIBNX_MAJOR := 3
|
export LIBNX_MAJOR := 3
|
||||||
export LIBNX_MINOR := 2
|
export LIBNX_MINOR := 3
|
||||||
export LIBNX_PATCH := 0
|
export LIBNX_PATCH := 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user